Submit your widget
205
Yays

Load In and Animate Content with jQuery Tabs

2 years ago   Views 15446   downloads 2706   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…

70
Yays

jQuery Fancy Zoom Plugin

2 years ago   Views 8550   downloads 1286   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…

75
Yays

a Progress Bar With Form(jQuery )

2 years ago   Views 6969   downloads 1245   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,…

116
Yays

Perfect signin dropdown box likes Twitter with jQuery

2 years ago   Views 9775   downloads 1899   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…

90
Yays
119
Yays

JQuery Rolling News

2 years ago   Views 12964   downloads 2751   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…

92
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

2 years ago   Views 9174   downloads 1131   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 –…

110
Yays

jQuery image AdSense(Image Tips)

2 years ago   Views 9812   downloads 1692   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>…

129
Yays

jQuery html5 canvas 3D animation effect

2 years ago   Views 67611   downloads 2210   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>…

202
Yays

Neon Text Effect With jQuery & CSS

2 years ago   Views 18344   downloads 2178   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。。

206
Yays

awesome jQuery and CSS3 Contextual Slideout Tips

2 years ago   Views 25986   downloads 2321   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…

138
Yays

jQuery-Horizontal Accordion

2 years ago   Views 15608   downloads 2876   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…

90
Yays

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

2 years ago   Views 10133   downloads 1683   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…

120
Yays

Horizontal Accordion using the Tabs

2 years ago   Views 16422   downloads 2389   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 .. <!--…

111
Yays

Customizing the Accordion effect

2 years ago   Views 11871   downloads 1953   Accordion

Adding a custom effect If you want to make custom effects, you'll use the $.tools.tabs.addEffect() method. The first argument is the effect name and the second argument is the function that performs the…