Javascript

170 articles

An Infinite, Circular jQuery Carousel: carouFredSel

carouFredSel is a jQuery plugin that turns any kind of HTML element into an infinite, circular carousel. It supports pagination and can scroll one or multiple items simultaneously, horizontal or vertical, automatically, by pressing buttons or keys on the keyboard. carouFredSel Feetures Scrolls automatically and/or by user interaction Built in keyboard-navigation and pagination Dynamically add and remove items to/from the carousel…

Timeline-Driven Javascript Animation Toolkit: Mashi

Mashi JavaScript Timeline Toolkit is an open source Javascript toolkit that brings timeline-driven animation and interaction capabilities to your web site. Animation Toolkit Features HTML5 Canvas supported No web server or browser plug-ins required Easily Extendable via Plugins Enables to get elements from external (valid) HTML or XML files Compatibility: All modern browsers Website: http://mashi.tv Examples: http://mashi.tv/gallery License: BSD & Academic…

Feature Rich Javacript UI Framework: RightJS

RightJS is a compact (30k) feature rich JavaScript framework, along similar lines to JQuery or Prototype which: Compact by itself and allows others to write compact code Has standard predictable and really comfy API Supports multi-paradigm development and extensive OOP abilities Modular, with small and fast core Works fast and stable According to the author’s own benchmarks, RightJS is faster…

jQuery Live Form Validation Plugin: Form Validate

Form Validate is a free jQuery plugin which helps create easy form validations with high flexibility and a large set of options. Form Validate Features Supports custom validations Options to toggle between live and onsubmit validations Completely customizable CSS Requirements: jQuery Framework Website: http://www.geektantra.com/2009/09/jquery-live-form-validation/ Demo: http://www.geektantra.com/projects/jquery-form-validate/ License: Apache License 2.0

Cached & Optimized Javascript Libraries: Cached Commons

Cached Commons is a collection of user-contributed javascript libraries that have been cached, optimized, and hosted on Github’s fast CDN. The main goal is to aggregate the best-of Javascript and CSS libraries for rapid prototyping. It won't have every javascript library because there's 1000's of jQuery Tooltip plugins out there, but only say 3 of them are really good. You…

Full-screen Photo Gallery For Touch Devices: Touch Gallery

Touch Gallery is an open source full-screen photo gallery for touch devices that brings the look and feel of native photo viewing applications to your mobile browser. This open source photo gallery is a jQuery plugin and was primarily written and optimized for Mobile Safari running on the iPad or iPhone 4 but it also works fine in Dektop Safari, Firefox 4,…

Sortable, Resizable, Editable HTML Table With TableKit

TableKit is a collection of easy to implement HTML table enhancements using the Prototype framework. TableKit currently implements row striping, column sorting, column resizing and cell editing using Ajax. TableKit allows you to easily create sortable, resizable and editable HTML tables by using CSS class overloading to tell the system how to handle a table. Requirements: Prototype framework Website: http://millstream.com.au/view/code/tablekit/…

Interactive JavaScript Mapping Library: Polymaps

Polymaps is a free JavaScript mapping library for making dynamic, interactive maps in modern web browsers. It creates image and vector tiled maps using SVG. Polymaps provides speedy display of multi-zoom datasets over maps, and supports a variety of visual presentations for tiled vector data, in addition to the usual cartography from OpenStreetMap, CloudMade, Bing, and other providers of image-based web maps. Requirements:…

Flexible MooTools Slideshow Widget: SlideShow

SlideShow is an extendable, flexible, and easy to implement MooTools Slideshow Widget. Use any element, not just images; this slideshow widget can be used to create: Slideshows Image galleries Tabs News tickers Slideshow comes with packaged transitions but is easy to extend and create your own transitions. The class is built to handle the basics of a slideshow, extend it to…

HTML Select Element Into A Dropdown Checkbox List

The Dropdown Check List jQuery widget transforms a regular select html element into a dropdown checkbox list. It uses the existing structure of the html select elements on which it is applied to dynamically build a container with checkboxes and labels then hides the original select element. The plugin does not change in any way the existing select element, only…