why the waitingDialog keep showing when chrome autofill triggered? is it a bug? or my css problem?
epanyun () - 4 years ago - Reply 0
This code seems to be different from the one you provided in your github because this code works fine in mobile environments and the code in your github doesn't.
Philippe Gioseffi () - 7 years ago - Reply 0
iwant run this code on ajax update progress
This code is not working for me
<asp:updateprogress id="UpdateProgress2" runat="server">
<progresstemplate>
<img alt="" class="style14" src="images/load.gif" height="30px" width="30px"/>
<script type="text/javascript">
$(document).ready(function () {
waitingDialog.show();
setTimeout(function () { waitingDialog.hide(); }, 1000);
});
</script>
</progresstemplate>
</asp:updateprogress>
peyman () - 7 years ago - Reply 0
This is exactly what ive been looking for. Thank you. Is there any way to get this to trigger only after the form if valid?
mbarrie () - 9 years ago - Reply 0
how can i implement in master page so user click link menu the modal appear ?
jon () - 9 years ago - Reply 0
Splendid! Just what I needed! Easy to use, Beautiful, elegant... Thank you very much for this!
Andre Guilhon () - 9 years ago - Reply 0
Behzad, your issue is resolved https://github.com/ehpc/boo....
brongs, Zachary Nagler, can you be more specific, some code will help.
Eugene Maslovich () - 9 years ago - Reply 0
How do I apply a theme like the example ones? I loaded the theme's CDN but it didn't work.
Zachary Nagler () - 9 years ago - Reply 0
Read the Bootstrap manual Behzad: http://getbootstrap.com/jav...
$('#myModal').on('hidden.bs.modal', function (e) {
// do something...
})
RTFM () - 9 years ago - Reply 0
hi, can we make the dialog box close when the download progress done??
brongs () - 9 years ago - Reply 0
no but you can do is close is on the js json success response
Douglas Simão () - 7 years ago - Reply 0
How we can add callback function to this? when I run `waitingDialog.hide();`, I want to `alert('1');` after it's gone hidden.
Behzad () - 9 years ago - Reply 0