Submit your widget
116
Yays
116
Yays

an inline lightbox alternative jQuery.popeye

Views 10727   downloads 2179   Lightbox & Dialog & Overlay

jQuery.popeye take a list of thumbnails and links to images and converts them into a popeye box . To set up the plugin, you need to include the JavaScript file jquery.popeye-2.0.min.js (see hint on preventing…

116
Yays

jQuery Dropdown Menu

Views 11286   downloads 2054   Menu & Navigation

Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly…

116
Yays

jQuery Plugin - imgBox lightbox image

Views 21291   downloads 3730   Lightbox & Dialog & Overlay

imgBox is a jQuery plugin that implements a smooth zoom effect on images. Download it, try it, let me know what you think. What’s So Great About this Plugin? Elegant looking, Mac-like effect Popup…

116
Yays

Jemjabella Menu jQuery

Views 11998   downloads 1697   Menu & Navigation

The menu itself was marked up in a (semantically correct) unordered list, like so: <ul id="navigation"> <li><a href="#">link one</a></li> <li><a href="#">link…

116
Yays

Cool Sprites – Free overlapped CSS menu using CSS Sprites

Views 13972   downloads 3027   Menu & Navigation

CSS sprites can be termed as a method for reducing the number of image requests to a web page by combining multiple images into a single image, and display the desired segment using CSS background-image…

116
Yays

jQuery plugin ImageView

Views 12913   downloads 2036   Image Effects

This is  jQuery plugin which can help you to create image viewing in your site more useful. Code excample <div id="imageView_container"> <img src="photos/image-800x500.jpg" rel="photos/image-1680x1050.jpg"…

116
Yays

jQuery Pretty checkboxes

Views 13448   downloads 2938   Form

The checkboxes are still there, but we won’t be clicking them. The checking/unchecking will handled by the “Select” and “Cancel” links within each list item. Each list item…

116
Yays

jQuery Mouse Over Animation for Text

Views 12725   downloads 1957   Text & Link Effects

You can use this jQuery plugin for adding flavor to your web site. By this plugin, text messages on your site are animated on mouse over. jQuery animate function is called for each character of text.…

116
Yays

Styling Drop Down Boxes with jQuery

Views 19753   downloads 2496   Form

One problem with HTML forms is it is hard to style the elements to fit into your design.  The tutorial will show you how to style the hardest of them all, the select box.   The Plan Unfortunately…

116
Yays

Good Tabbed Slider with jQuery

Views 35152   downloads 9242   Slideshow & Scroller

this demo as a “standalone” slider – meaning it’ll essentially be the only element on the page that we create… but using just a few extra steps after the fact, you should…

116
Yays

jQuery useful TagBox Plugin

Views 10575   downloads 2466   Form

This is a jQuery plugin to help add tags like input in your forms. In the header section add the following:  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.js"></script>…

115
Yays

Horizontal Tooltips Menu with jQuery

Views 16421   downloads 3562   Menu & Navigation

We're doing something a little bit similar - Tooltips menu.   1. HTML   As usual, it's a good practise to use UL List for menu. For the menu images, you need to put the caption in the ALT attribute,…

115
Yays

Sort And Filter Tables(mootools)

Views 15511   downloads 3021   Table

Features           1.sort on numbers, strings, dates and currency           2.filtering on columns Usage var myTable…

115
Yays

jQuery Datepicker - a popup calendar date picker

View more demo   Usage   Include the jQuery library in the head section of your page.   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>…