Submit your widget
75
Yays

a Progress Bar With Form(jQuery )

2 years ago   Views 6938   downloads 1242   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 9739   downloads 1893   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 12881   downloads 2725   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 9138   downloads 1124   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 9757   downloads 1685   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 67509   downloads 2197   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 18243   downloads 2163   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 25909   downloads 2307   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 15535   downloads 2861   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 10069   downloads 1669   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 16345   downloads 2375   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 11819   downloads 1941   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…

108
Yays

Simple jQuery Alternate Plugin

2 years ago   Views 6352   downloads 672   Table

I recently required a light-weight unobtrusive javascript to set alternating styles on <table> rows and other elements (such as <li>s or <div>s). There are some options available, but…

132
Yays

Interactive Picture with jQuery(Image Tips)

2 years ago   Views 15063   downloads 2641   Tooltips

In this tutorial I will be showing you how to piece together an interactive picture – aka an image that contains tooltips and popup boxes. This can be useful for showing off a particular aspect…