Questions tagged [bootstrap-confirmation]
17 questions
3
votes
1 answer
bootstrap confirmation is not working in partial view
I am working in one project with ASP.NET MVC having bootstrap, jquery and I have one main page inside that I have bind one partial view.
I have used bootstrap.confirmation in my application and it is working fine in all the main pages but when I try…

3 rules
- 1,359
- 3
- 26
- 54
1
vote
1 answer
Enable/Disable Bootstrap-confirmation on a button based on condition
This is the problem I’m currently having.
I have a form with a text field and a dropzone for uploading files.
Basically what I’m trying to accomplish is that when the user submits the form if the user does not add any files to the dropzone, I want…

Carlos Sosa
- 445
- 1
- 5
- 19
1
vote
0 answers
Simple module not working - property * does not exist on type 'JQuery'
I am tried write custom module to this confirmation-plugin . And during compiling ts, throw exception Property confirmation does not exist on type 'JQuery' . This is my code blocks:
-ts.config
{
"include": ["./app/Resources/public/ts/*"…

Andrzej Pakuła
- 11
- 2
0
votes
0 answers
Bootstrap confirmation is not working inside onClick event?
I have a button & I want to add bootstrap confirmation this is working fine when I'm calling directly but When I'm using confirmation code inside onClick Event this then Bootsrap Confirmation is not working. What is wrong here?
This is my…

Rohit Verma
- 3,657
- 7
- 37
- 75
0
votes
0 answers
Ajax popup list in jQuery
I need something like Bootstrap Editable or Bootstrap Confirmation.
But I'm not getting the actual thing that I need.
I need an ajax response when clicked on a button like this,
Here the text will be loaded through ajax and show the content in the…

Encrypted
- 628
- 1
- 10
- 22
0
votes
0 answers
Asp.net - Bootstrap confirmation - FullCalendar => singleton weird behavior
I' trying to implement Bootstrap confirmation
on top of FullCalendar
the code posted below works for basically everything
except when I set "singleton" to "true"