almComplete not firing
-
Trying to set focus to the newly shown content, but almComplete never fires and it doesn’t log out any errors.
<script type="text/javascript"> jQuery(document).ready(function ($) { console.log('I fire'); $.fn.almComplete = function(alm){ console.log("I never fire"); }; }); </script>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘almComplete not firing’ is closed to new replies.