jQuery Autosize with Demo

    jQuery Autosize with Demo

    jQuery Autosize is a plugin to enable automatic height for textarea elements.Small jQuery plugin to allow dynamic resizing of textarea height, so that it grows as based on visitor input. To use, just call the .autosize() method on any textarea element.

    How to Create a Walking Navigation in jQuery with Demo

    How to Create a Walking Navigation in jQuery with Demo

    On a single page website with fixed position navigation, it will be nice to tell user on what section they are reading at. In this tutorial I am going to share how to create a walking navigation, on the other words, auto focus navigation based on user scrolling, by taking advantage of both jQuery and CSS animation.

    jQuery HiddenPosition Easily position any element with Demo

    jQuery HiddenPosition Easily position any element with Demo

    jQuery HiddenPosition a position any element to any element, even if they are hidden.This plugin works exactly (at least in our intentions) as position plugin from jQuery UI. The need for this plugin raised from the fact that it doesn’t work with hidden elements, and in some cases we prefered to position them before showing.

    DragToShirt : jQuery plugin that turn Web page into a t-shirt shop

    DragToShirt : jQuery plugin that turn Web page into a t-shirt shop

    DragToShirt is a jQuery plugin that allows you to easily turn a web page into a t-shirt shop. It uses the Spreadshirt api, and allows your visitors to drag images from your site onto t-shirts to generate a product that they can then buy. This is very convenient if you have, for example, an online gallery and you want to make money by making commissions from t-shirt sales. It’s designed to be easy to use, customizable, and not require any changes to your current web page design.

    jQuery UI Touch Punch : Touch events for jQuery UI with Demo

    jQuery UI Touch Punch

    A duck punch for adding touch events to jQuery UI.This little library was written to punch in touch events to jQuery UI by providing touch proxies that simulate mouse events.

    jQuery Endless Scroll a infinite pagination with Demo

    jQuery Endless Scroll a infinite pagination with Demo

    Endless/infinite scrolling/pagination.If you don’t already know, endless scroll (or endless pagination, or infinite scrolling) is a popular technique among web 2.0 sites such as Google Reader and Live Image Search, where instead of paging through items using the traditional pagination technique, the page just keeps loading with new items attached to the end.

    μslider : jQuery content slider plugin with Demo

    μslider : jQuery content slider plugin with Demo

    μslider is a very easy to use jQuery content slider plugin, with only a few essential options to be configured. You can customize the slider, and it can slide any type of content, including text, audio and video.

    jQuery Effect smooth scroll with Demo

    jQuery Effect smooth scroll with Demo

    The effect of scroll fluid is already built, according to your user settings on some browsers. It is manifested by a smooth scrolling of the webpage when you get off or ride through the mouse wheel, or the keys on your keyboard.You can generate this effect as clicking an anchor using JavaScript.

    Intriguing animate-on-scroll effect – jQuery tutorial with Demo

    Intriguing animate-on-scroll effect - jQuery tutorial with Demo

    In this tutorial we try to recreate the intriguing scrolling effect. We’ll go for simplicity : 5 objects to animate and linear movement, no easing. The basis that opens the door for further elaboration.

    The idea is to encourage the visitor to scroll down by positioning the #separation element at the bottom of the page. We want the #separation to stay there when the window is resized but to move up when we start to scroll down.

    jQuery Print Preview plugin with Demo

    jQuery Print Preview plugin with Demo

    The jQuery Print Preview plugin is designed to provide visitors with a preview of the print version of a web site. Unlike traditional print previews this plugin brings in all content and print styles within a modal window.