Out of all the Web design fads to emerge since the glossy days when Web 2.0 was cool, scrolling (parallax) websites have emerged as a surprisingly powerful and useful trend. This attention-grabbing ...
Web Developer John Polacek has created a jQuery plugin that makes webpage elements respond to scrolling with animation. Web Developer John Polacek has created a jQuery plugin that makes webpage ...
Create a wrapper function which allows me to use $ and not cause conflicts with other JavaScript frameworks that may be included. It is simple and looks like this: (function ($) { // safe to use $ ...
In this article you will learn about lazy loading plug-in from jQuery. It first loads your web page then request is sent to load the images of that page. By using Lazy load plug-in you can decrease ...
This jQuery plugin enables very basic bookmarkable #hash history via a cross-browser window.onhashchange event. Information about what version or versions of jQuery this plugin has been tested with, ...