jQuery Resize Triggering Event Plugin

    jQuery Resize Triggering Event Plugin

    A jQuery plugin that adds the “resize” event to all elements.Have you ever wanted to listen for a resize event on an element other than window? This plugin listens for a resize event on any element and then triggers the resize event using jQuery so any Event Listeners will be called. Simply call the plugin on the element before adding the resize Event Listener.

    Leave a Reply