Submit your widget
153
Yays

Slideshow plugin for the Tabs with jquery

2 years ago   Views 21749   downloads 3431   Slideshow & Scroller

HTML coding The HTML setup is similar to the normal tab setup except that we have the "next" and "prev" action buttons available and the tabs are placed below the panes. <!-- "previous slide" button…

149
Yays

Link external icon - jQuery plugin for show external link(target="_blank") icon

2 years ago   Views 10014   downloads 939   Text & Link Effects

This plugin add an icon opening a new window to each link Help Step1:include js.   <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript"…

173
Yays

Jquery tablesorter - Flexible client-side table sorting

2 years ago   Views 13123   downloads 2694   Table

tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data…

482
Yays

jQuery Raty - A Star Rating Plugin

2 years ago   Views 11373   downloads 1763   Rating & Star Rating

Default options:   cancelHint: 'cancel this rating!' The hint information. cancelOff: 'cancel-off.png' Name of the cancel image off. cancelOn: 'cancel-on.png' Name of the cancel image on. cancelPlace:…

161
Yays

Elegant Accordion with jQuery and CSS3

2 years ago   Views 24940   downloads 4474   Accordion

We will create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks. The Markup  …

146
Yays

Expand table rows with jQuery - jExpand plugin

2 years ago   Views 19916   downloads 2501   Table

jExpand is ultra lightweight jQuery plugin that will make your tables expandable. Typical for line of business applications, this feature can help you organize tables better. This way, tables can hold…

140
Yays

A Tabs with jQuery

2 years ago   Views 13557   downloads 3356   Tabs

188
Yays

Making Accordions with the Tabs(jquery)

2 years ago   Views 20423   downloads 3447   Accordion

HTML coding Our HTML layout is a bit different than in tabs. The accordion headers are positioned in front of the panes and everything is contained as a flat list inside a single root DIV element with…

106
Yays

jQuery Star Rating Plugin

2 years ago   Views 6454   downloads 952   Rating & Star Rating

What is this? The Star Rating Plugin is a plugin for the jQuery Javascript library that creates a non-obstrusive star rating control based on a set of radio input boxes. What does it do? It turns a collection…

362
Yays

Beautiful red vertical glide navigation menu jquery plugin

2 years ago   Views 32179   downloads 4203   Menu & Navigation

Installation Step1:include css and js files.   <link href="css/webwidget_menu_vertical_menu1.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>…

105
Yays

jQuery Date Entry - input field up to accept a date value using a spinner.

2 years ago   Views 8744   downloads 1038   Calendar & Date & Time 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>…

112
Yays

Slick Auto-Playing Featured Content Slider(jQuery )

2 years ago   Views 21224   downloads 3745   Slideshow & Scroller

Functionality Checklist The Coda Slider was 90% there already. There is a main content area (panels, if you will), which slide from left to right each with different unique content. There is generally…

266
Yays

jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready

2 years ago   Views 25275   downloads 3992   Menu & Navigation

How it works Required markup The menu plugin was written with progressive enhancement in mind: first mark up a basic and functional unordered list of links, then layer on complex styles and functionality.…

154
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

2 years ago   Views 21957   downloads 2871   Menu & Navigation

SliderNav is a JQuery plugin that lets you add dynamic, sliding content using a vertical navigation bar (index). It is made mainly for alphabetical listings but can be used with anything, though longer…

215
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

2 years ago   Views 36937   downloads 4993   Menu & Navigation

Installation Step1:include css and js files.   <script type="text/javascript" src="js/jquery.js"></script> <link href="css/webwidget_vertical_menu.css" rel="stylesheet" type="text/css">…