Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Modal Window Locker
#6
(03-02-2022, 01:55 AM)Alexandre Machado Wrote: I'll see if I can add this feature to it.... are you in the latest version?

Hello, it is possible to implement the jquery ajax events like ajaxStart, ajaxBeforeSend, ajaxStop, ajaxComplete and make it work for intraweb?  I would like to show the locker whenever an ajax call like callbacks or server is busy. 

Code:
$(document).bind("ajaxSend", function(){
   $("#loading").show();
}).bind("ajaxComplete", function(){
   $("#loading").hide();
});

Thanks!

B
Reply


Messages In This Thread
Modal Window Locker - by Blanca80 - 02-15-2022, 12:36 PM
RE: Modal Window Locker - by Alexandre Machado - 02-24-2022, 10:17 AM
RE: Modal Window Locker - by Blanca80 - 02-25-2022, 10:49 AM
RE: Modal Window Locker - by Alexandre Machado - 03-02-2022, 01:55 AM
RE: Modal Window Locker - by Blanca80 - 03-02-2022, 07:53 AM
RE: Modal Window Locker - by Blanca80 - 10-17-2022, 02:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)