jQuery resize event v1.1

|

Recently, while working on another plugin for which jQuery resize event is an optional dependency, I noticed an odd behavior, so I investigated. It turns out that a minor bug that was causing the event to trigger immediately after bind in some circumstances.. so I fixed it, and threw in a few minor performance optimizations as well.

If you’re currently using the plugin, you should update it. It’s not a critical bug though, and since nobody reported it to me it’s either a) just not a big deal, or b) an indicator that nobody is actually using this plugin.

Either way, for the latest version, visit the project page now!

Post A Comment

  • Any of these HTML tags may be used for style: a, b, i, br, p, strong, em, pre, code.
  • Multi-line JavaScript code should be wrapped in <pre class="brush:js"></pre>
    (supported syntax highlighting brushes: js, css, php, plain, bash, ruby, html, xml)
  • Use &lt; instead of < and &gt; instead of > in the examples themselves.