Category Archives: JQuery

Synchronizing Scrollbars using JQuery

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 i…

Posted in JavaScript, JQuery | Leave a comment

Updated JQuery ResizeComplete method

HTML Source EditorWord wrap 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 … Continue reading

Posted in JavaScript, JQuery | Leave a comment

Rough draft of a new JQuery method

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. … Continue reading

Posted in JavaScript, JQuery | Leave a comment