jquery-resize
jquery-resize copied to clipboard
A resize event for ALL your jQueries!
Great plugin but it conflicts with highcharts and flot. Perhaps its an easy namespace issue? Thanks
Hi, I believe a check for data being null/undefined would improve on your code. I would like to change line 258 [ if (width !== data.w || height !== data.h)...
Plugin produces the following error when resize event is delegated: ``` Uncaught TypeError: Cannot set property 'w' of undefined ``` This error is documented here #1, but the any suggested...
@cowboy Would you consider assigning a caretaker for this repository? There are valid issues and pull requests. Many would like to see this plugin improved upon.
#### Hey, maintainer(s) of cowboy/jquery-resize! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...
Due to a questionable feature in jQuery, the resize code causes a memory leak where it will hold on to every DOM node it has ever tracked. In a single-page...
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...
[Resolves cowboy/jquery-resize#24]
We're using this for a project, and have run into some wierd cases where zooming the safari IOS browser causes a crash. Has anyone else seen this? Reproducible on Ipod...