January 18th, 2010 by Cole Thorsen
With the release of jQuery 1.4 and the new jQuery API documentation I needed a new cheet sheet as well. The one I’ve been using dates back to jQuery 1.2, obviously a lot has changed since then.
This cheet sheet attempts to better align with the new documentation structure jQuery is now using and clearly marks all new and updated functions for jQuery 1.4
Read the rest of this entry »
Tags: Cheat Sheet, Development, Javascript, jQuery, Resources
31 Comments »
August 31st, 2009 by Cole Thorsen
Content that scrolls with the browser window is not a new concept. We all know how to position things relative to the browser window with position: fixed; However what if we only wanted it to stick the browser window conditionally? Most of the time I see this in practice, the developer has used Javascript to reposition the container absolutely so it always appears within the constraints of the users current window position. The problem with this method is that it causes the stickied content to jitter as it slides down (or up) the page. This can be extremely irritating to the end user. Read the rest of this entry »
Tags: Content, Javascript, jQuery, Sticky, Tutorial
5 Comments »