Questions tagged [jquery-confirm]

jquery-confirm is a jQuery plugin that provides a vast set of features like auto-close, ajax-loading, themes and animations.

40 questions
0
votes
0 answers

jquery: watch script on upload

I am executing an ajax script to upload files and the PHP file that those the upload not only uploads but also executes MySQL queries. My question is: is it possible to have a progress bar not only for the file upload but for the entire script? If…
Raffaele Colleo
  • 223
  • 2
  • 7
  • 25
0
votes
1 answer

Action function not working in jQuery-confirm

I am using https://craftpip.github.io/jquery-confirm/#customizing plugin for the popup. I just need a help When user click on Confirm button then why It's not redirecting it? If I used alert(); then it is displaying. The function is not getting id…
Naren Verma
  • 2,205
  • 5
  • 38
  • 95
0
votes
0 answers

How to load fall back for different jQuery plugins when CDN is down

Ok, I am going through one tutorial and it teaches that if jQuery CDN is down use below code as fallback But I am confused how does the name…
Unbreakable
  • 7,776
  • 24
  • 90
  • 171
0
votes
1 answer

asp.net trigger button click on server side from postback manually

I have an asp.net page. & I am using jquery confirm plug in from here. https://craftpip.github.io/jquery-confirm/ I want that when user clicks a button, they are prompted for a confirm dialog & when they say confirm,only then my button click on…
Abdul Rehman Sayed
  • 6,532
  • 7
  • 45
  • 74
0
votes
1 answer

Uncaught TypeError: in jQuery

I am using confirm dialog of jquery-confirm.js plugin in my project. but I caught below error : "Uncaught TypeError: a(...).on is not a function at jquery-confirm.min.js:10 at jquery-confirm.min.js:10" after a long google I inserted the below…
user5845590
0
votes
0 answers

Form not submit using jquery submit

I am using this code to check if the user select less checkbox than total checkbox and so to show jquery confirm if the user want to continue or not. if the confirm popup appears because the user select less checkbox the form don't submit anything.…
-1
votes
1 answer

Can't focus input when jquery confirm onClose event

I need to focus node when onClose event. but always focused clicked button. $.alert({ title: 'title', content: 'message, onClose : function () { $('input[name="title"]').focus(); …
Shooky
  • 9
  • 1
-1
votes
1 answer

jquery-confirm change translation property

I'm using jquery-confirm 3.2.0 for confirmation box. Confirm box is appearing at center of the screen. How to make it to appear at the top of the screen?
MLK
  • 11
  • 3
-1
votes
2 answers

execute php code when clicking dynamic button

I am using a JQuery confirmation for deleting. When I click the button I need to execute a query. Here is the code for confirmation: function DeleteButton () { $.confirm({ title: 'Some Title', content: 'Are you sure want to…
Nola3191
  • 41
  • 6
-2
votes
1 answer

JQuery-confirm $.alert is not a function

My code is getting this error: $.alert is not a function I use jQuery from a CDN and jquery-confirm to run code. The first $.alert after document.ready works fine, after Btnsend.click it does not work. $(document).ready(function(e) { …
1 2
3