-
Notifications
You must be signed in to change notification settings - Fork 341
Closed
Description
At the moment I am loading a simple jquery based script the following way:
$script.order([
'//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js',
'/public/scripts/app.min.js'
]);This is working fine but when trying to catch the onload event on the window in my app script it is not getting fired.
Example:
$(window).on('load', function(){
console.log('Loaded');
});This event is not getting fired on the latest chrome version (47.0.2526.111). When I'm loading jquery and the app script blocking I'm getting the event fired correctly.
Is there a way to load it asynchronously while getting the event?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels