background preloader

jQuery

Facebook Twitter

Interactive Website: Push Menu. Table plug-in for jQuery. Lazy Load Plugin for jQuery. Lazy Load is delays loading of images in long web pages.

Lazy Load Plugin for jQuery

Images outside of viewport are not loaded until user scrolls to them. This is opposite of image preloading. Using Lazy Load on long web pages will make the page load faster. Custom Effects with .animate() jQuery makes it possible to animate arbitrary CSS properties via the .animate() method.

Custom Effects with .animate()

The .animate() method lets you animate to a set value, or to a value relative to the current value. Note: Color-related properties cannot be animated with .animate() using jQuery out of the box. Color animations can easily be accomplished by including the color plugin. Toggle Class.