jquery-resize icon indicating copy to clipboard operation
jquery-resize copied to clipboard

A resize event for ALL your jQueries!

Results 24 jquery-resize issues
Sort by recently updated
recently updated
newest added

Added tests for the latest version of jQuery (currently 1.7.1). Also updated doc to show that it works for 1.7.1 and Firefox 10.

I've implemented requestAnimationFrame instead of setTimeOut, should be a bit more efficient. It uses a fallback to setTimeOut if the browser does not support requestAnimationFrame. I also used the Google...

I occasionally get the following error in IE8. > Uncaught TypeError: Cannot set property 'w' of undefined: line #198 Fixed by adding a condition to function new_handler.

This fixes 'data' being undefined under jQuery 1.8 and makes this plugin work well with jquery.flot.resize.js

Works well even though window resize is called when it really has not changed. I noticed the CPUs running up over 80% with less than 10 elements registered and very...

This may be the same, related, or different error than cowboy#5. At least in IE8 using Jquery 1.10.2 and BA-Resize 1.1: If you bind a resize event to an child...

Great plugin. I've used it a bunch. I found a bug though that will completely disable the plugin. The gist is that within a resize trigger, when you unbind a...