JavaScript jQuery.onFontResize event
The jQuery.onFontResize plugin adds the fontresize event to the
document. Customized handler can be bound to it.
// Example:
jQuery(document).bind('fontresize', function() {
somethingImportantToDo_when_FontSizeChanges();
});
This may be useful when positioned elements should be adjusted if user selects bigger/smaller font, when elements are aligned to the same heights etc.
See plugin source code or the example and its source code for more details.
Download: version 1.0 (02/01/2009)
Published on February 2, 2009 by Petr Staníček • Category: JavaScript
No Comments to “jQuery.onFontResize event”
Something serious to tell?
To comment, you have to login.