ajax handler calls ajaxStart function on a specific page
-
Hey,
after using this wonderful plugin for several weeks i discovered today that the login handler calls ajaxStart for a different ajax function i run on a specific page.my login handler is
.login-link
.
this is my ajax function on one of the pages:jQuery( '#indexForm' ).ajaxStart(function() { jQuery('#loading').fadeIn(200); // show loading indicator }); jQuery( '#indexForm' ).ajaxStop(function() { jQuery('#loading').fadeOut(200); // hide loading indicator }); jQuery('#indexForm').change(ajaxSubmit); //start the ajax index searching when option is selected jQuery('#indexForm').submit(ajaxSubmit); //start the ajax index searching when submiting the form
i search for a solution on stackexchange and found this answer: here. but i cannot find a way to implement it with the plugin/my code.
i’d appreciate your help, thank you very much,
Itamarhttps://www.ads-software.com/plugins/zm-ajax-login-register/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘ajax handler calls ajaxStart function on a specific page’ is closed to new replies.