Open
Description
i get the following error in chrome/firefoxIE8
jquery.ba-resize.js:198 Uncaught TypeError: Cannot set property 'w' of undefined
Uncaught TypeError: Cannot set property 'w' of undefined
new_handlerjquery.ba-resize.js:198
jQuery.event.handlejquery.js:2260
jQuery.event.add.elemData.handle.eventHandlejquery.js:1891
jQuery.each.jQuery.fnjquery.js:7151
new_handlerjquery.ba-resize.js:198
jQuery.event.handlejquery.js:2260
jQuery.event.add.elemData.handle.eventHandlejquery.js:1891
my implementation:
$(".container").resize(function(e){
setTimeout(function() { console.log('resize') }, 10);
});
Metadata
Metadata
Assignees
Labels
No labels