Bind a function to the resize event of each matched element.
The resize event fires when a document view is resized
Arguments:
| fn | Function | |
|---|---|---|
A function to bind to the resize event on each of the matched elements.
function callback(eventObject) {
this; // dom element
}
| ||