5 Awesome JavaScript Solutions
Posted by e. | Filed under JavaScript
Here are 5 awesome JavaScript solutions for your professional design:
Facebook Inspired Auto-Complete Form - One of the best multiple select text forms is on facebook. This post shows you how to do it.
CSS Sprites Using JQuery - A cool post that shows you how to do CSS Sprites using JQuery. Very Useful
JParallax - This is a cool tool from Stephen Band. Think of looking through a camera and having layers of objects at various distances moving around. This library achieves that effect using multiple static images, one for each layer.
Coda Popup Bubble using JQuery - Very cool popup that can be used as a tooltip or on:hover element
Ajax Auto-Suggest - The AutoSuggest class adds a popdown menu of suggested values to a text field. The user can either click directly on a suggestion to enter it into the field, or navigate the list using the up and down arrow keys, selecting a value using the tab key. The values for the suggestion list are to provided as XML (by a PHP script, or similar).
Tags: Ajax, CSS, Facebook, Forms, JavaScript, JQuery



