-
-
Notifications
You must be signed in to change notification settings - Fork 982
Closed
Description
If jquery is loaded at page footer and some trick is done make ready function to work before jquery is loaded, like described in here http://writing.colin-gourlay.com/safely-using-ready-before-including-jquery iFrameResizer thorws an exception and stops execution.
Uncaught TypeError: Cannot set property 'iFrameResize' of undefined.
Probably can be fixed if use it like,
if (window.jQuery) {$(document).ready(function () {createJQueryPublicMethod(jQuery);});}
Plunker link
Metadata
Metadata
Assignees
Labels
No labels