• Resolved brianclarke

    (@brianclarke-1)


    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>
    • This topic was modified 7 years, 1 month ago by brianclarke.
    • This topic was modified 7 years, 1 month ago by brianclarke.
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.