Submit your widget
130
Yays

accordion menu with jquery

Views 23388   downloads 4883   Accordion

In this post, you’ll see two examples of accordion. First menu’s visibility get’s toggled on clicking on the header while the another menu’s visibility get’s toogled when…

130
Yays

Jquery Image Fade Cross Transition

Views 12762   downloads 1898   Image Effects

  Image rollovers were the staple JavaScript nugget of the 90s, and for a lot of JavaScript developers I know, one of the starting places their passion for JavaScript. Today, rollovers are a no-brainer…

130
Yays

super cool multiple style Slideshow effect with jQuery

Views 46261   downloads 11782   Slideshow & Scroller

- New animations: circles, circlesInside and circlesRotate - Callback onLoad: calling a user-defined function to load images - Added rotate-scale plugin: to the effect of rotation Includes // Styles <link…

129
Yays

Simple Image Gallery Navigation (slider) plugin in jQuery

Views 27904   downloads 3818   Slideshow & Scroller

How to setup You must include in your page’s HEAD section the jQuery library and the slider plugin : Add JavaScript Files: <script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>…

129
Yays

JQuery Carousel Tabber

Views 32803   downloads 4819   Slideshow & Scroller

Out of the box, billy is a basic scrolling carousel which can be implemented very easily. A person with little knowledge of either html or javascript can get billy working on a page within a few minutes.…

129
Yays

Line Graph Effect With Css Only

Views 12492   downloads 3023   Graph & Chart

the line graphs. What are they good for? I will mention just one reason, and leave other advantages or downsides for a debate: users scan your page, they don't read every word and number you write. Line…

129
Yays

Table Row Checkbox Toggle jQuery plugin

Views 17211   downloads 3162   Table

It generically adds the toggle function to any table rows you specify based on the css class names. It will by default toggle any checkboxes within the table row. However, you can manually exclude checkboxes…

129
Yays

jQuery Color Picker

Views 8831   downloads 2473   Color Picker

* Original color picker demo modified in order to create a plugin, * Corrected some positionning bugs with others browsers (IE6, IE7...) : CSS tuning. ... there are some missing features to implement…

129
Yays

very lightweight tooltips vTip

Views 29679   downloads 3568   Tooltips

vTip is designed to quickly provide very lightweight (706b js, 272b CSS, 270b image) tooltips to users of jQuery. The zip includes everything you need (including an example page), as well as jQuery for…

128
Yays

jQuery small Boxes Menu

Views 12624   downloads 2832   Menu & Navigation

we will create a menu out of little boxes that animate randomly when a menu item is clicked. The clicked menu item expands and reveals a content area for some description or links. When the item is clicked…

128
Yays

Jquery simple rating system with star

Views 11039   downloads 2736   Rating & Star Rating

jquery simple rating system with small stars,  appropriate for rating any online reviews.   Installation   Step1:include css and js files.   <script type="text/javascript" src="your…

128
Yays

Sexy Images jQuery Plugin

Views 17827   downloads 2408   Image Effects

This plugin allows you to create sexy hover effect for images on your page ;) Requried: jQuery 1.3+ Test with following browsers: Opera 10.0+ Mozilla Firefox 3.0+ Google Chrome 3.0.195 Safari 3.1+ (win)…

128
Yays

Carousel Vertical And Carousel Horizontal jQuery

Views 29505   downloads 4511   Slideshow & Scroller

A carousel provides quick item browsing which combats the precision of keyword searches and the lack of precision in typical browsing/paging environments. Many ajax frameworks are beginning to implement…

128
Yays

jQuery : Checkbox & Table

Views 20562   downloads 3498   Form

Today’s code snippet is how to automagically check/uncheck checkbox element by clicking a single row of a table using jQuery. Firstly we add click event on the table’s row, it will help us…

128
Yays

Dynamic Flickr Photo Gallery with Slider jQuery

Views 16921   downloads 2909   Slideshow & Scroller

flickrGallery is an open-source photo gallery for jQuery that allows you to dynamically pull images from a photoset in Flickr. The main functionalities of this gallery are a) to pull in images dynamically…