InnerFade
August 18, 2010 by tutorials · Leave a Comment
InnerFade is a small plugin for the jQuery-JavaScript-Library. It's designed to fade you any element inside a container in and out. These elements could be anything you want, e.g. images, list-items, divs. Simply produce your own slideshow for your portfolio or advertisings. Create a newsticker or do an animation.
Autocomplete
August 18, 2010 by tutorials · Leave a Comment
Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering. By giving an autocompleted field focus or entering something into it, the plugin starts searching for matching entries and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.
Jeditable
August 18, 2010 by tutorials · Leave a Comment
jQuery edit in place plugin.
File Style
August 18, 2010 by tutorials · Leave a Comment
Browsers do not let you style file inputs. File Style plugin fixes this problem. It enables you to use image as browse button. You can also style filename field as normal textfield using css. It is written using JavaScript and jQuery.
Lazy Load
August 18, 2010 by tutorials · Leave a Comment
Lazy loader is a jQuery plugin written in JavaScript. It delays loading of images in (long) web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them.
Viewport
August 18, 2010 by tutorials · Leave a Comment
Viewport ads couple of extra selectors to jQuery. With these selectors you can check whether element is inside or outside of viewport.
Quick Search
August 18, 2010 by tutorials · Leave a Comment
Allows user to perform quick search on tables, large table, paragraphs, lists, table.
Magic Preview
August 18, 2010 by tutorials · Leave a Comment
Magic Preview automatically updates selected elements on a page based on form fields. Perfect for previewing forms.
Autosave
August 18, 2010 by tutorials · Leave a Comment
Autosave is designed to save the progress of forms by saving the fields to cookies so you won’t lose anything should anything go wrong
The plug-in saves the form fields at certain intervals (the default is every 10 seconds) and whenever you leave the page.
Pager
August 18, 2010 by tutorials · Leave a Comment
Pager is a jQuery plugin that adds pagination to web content.