Browse by Tags

Synchronizing Scrollbars using JQuery
19 March 09 01:29 PM | MattManela | 1 Comments   
I just wrote this simple plugin for JQuery which lets you synchronize the scroll bars of any collection of elements.  This lets you move the scrollbar of one div it have the scrollbars’ of the rest of the divs move the same exact amount. Here is Read More...
Updated JQuery ResizeComplete method
02 December 08 06:51 AM | MattManela | 1 Comments   
I made 2 slight changes and I think it works pretty well now. I now detect if the browser is Firefox and use the regular resize event since its resize behaves like a resizeComplete. I also modified the timeout a bit since I think 100 ms might be too small. Read More...
Rough draft of a new JQuery method
24 November 08 08:41 PM | MattManela | 1 Comments   
I have run into issues recently with the browsers' implementation of the resize event on the window. Opera, Safari, IE and Firefox all have different behaviors when this event is fired. Firefox only fires it when you release the mouse. IE fires this event Read More...
Page view tracker