Submit your widget
104
Yays

jQuery lightBox plugin

Views 10635   downloads 2806   Lightbox & Dialog & Overlay

jQuery lightBox plugin is simple, elegant, unobtrusive, no need extra markup and is used to overlay images on the current page through the power and flexibility of jQuery´s selector. lightBox is…

219
Yays

Load In and Animate Content with jQuery Tabs

Views 21531   downloads 4481   Tabs

We will be taking your average everyday website and enhancing it with jQuery. We will be adding ajax functionality so that the content loads into the relevant container instead of the user having to navigate…

91
Yays

jQuery Fancy Zoom Plugin

Views 13597   downloads 2374   Lightbox & Dialog & Overlay

This plugin is the jQuery version on the fancy zoom effect. As describe on the fancy zoom web site, this effect is providing a smooth, clean, truly Mac-like effect, almost like it's a function of Safari…

95
Yays

a Progress Bar With Form(jQuery )

Views 10212   downloads 2696   Form

The Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery. It was introduced in the latest version of the library,…

131
Yays

Perfect signin dropdown box likes Twitter with jQuery

Views 13296   downloads 3333   Form

Twitter’s running a new homepage with clean and easy design. Look at the top right of Twitter’s homepage, you’ll see the sign in button which will drop down the login form. HTML Code…

136
Yays

JQuery Rolling News

Views 18249   downloads 4509   Slideshow & Scroller

We’ll be looking at how we can transform some semantic and accessible underlying HTML into an attractive and functional news ticker that smoothly scrolls its contents. Some news tickers are horizontal…

102
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

Views 12860   downloads 2046   Tabs

We are making an AJAX-powered tab page with CSS3 and the newly released version 1.4 of jQuery, so be sure to download the zip archive from the button above and continue with step one.   Step 1 –…

134
Yays

jQuery image AdSense(Image Tips)

Views 15116   downloads 3227   Tooltips

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

212
Yays

jQuery html5 canvas 3D animation effect

Views 78243   downloads 3979   HTML5

Directions: Step 1: Add the below code inside the <HEAD> section of the page:   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script>…

232
Yays

Neon Text Effect With jQuery & CSS

Views 27804   downloads 4003   HTML5

In this combined design and coding tutorial, we are creating a neon glow text effect with CSS and jQuery, perfect for spicing up your web pages while keeping an eye on SEO. Read more。。

239
Yays

awesome jQuery and CSS3 Contextual Slideout Tips

Views 32880   downloads 4242   Tooltips

The main idea is to create an easily configurable set of contextual slideouts. Each can be opened in one of four directions – bottom-right (default), bottom-left, top-left and top-right, and each…

154
Yays

jQuery-Horizontal Accordion

Views 23098   downloads 5025   Accordion

This jQuery plugin allows you to easily transform any unordered list into a horizontal menu. Currrent functionality: No dependencies Optional use of easing plugin Close and open content one after the…

108
Yays

Zoom-Info – Create An Informative Image Gallery With jQuery & CSS

Views 15880   downloads 3168   Image Effects

Question: Have you ever wanted to neatly display a few lines of text about an image in your site but didn’t want to compromise on the design of your overall layout?we'll going to show you how to…

154
Yays

Horizontal Accordion using the Tabs

Views 25650   downloads 4036   Accordion

HTML Coding Our HTML setup is similar to the basic accordion setup except that the "headers" are now images: <!-- accordion root --> <!-- 1st header and pane --> .. pane content .. <!--…