Submit your widget
92
Yays

Middle Box Links jQuery

Views 8518   downloads 2035   Layout & Interface

It covers a variety of things I thought were interesting: jQuery 1.4′s new element creation syntax which is pretty cool and we haven’t covered Writing a little plugin to prevent repeated code…

85
Yays

Useful Peel Back With jQuery

Views 21879   downloads 4705   Layout & Interface

It achieves a nice reflection effect, but otherwise it’s not so great. It’s heavy, slow, not that easy to manipulate, and, being Flash, prone to certain conflicts. Long aside on the general…

78
Yays

jQuery Ajax delete

Views 13046   downloads 2768   Layout & Interface

Removing contents with Ajax is a useful tool to have in any web designers kit. Using a few lines of jQuery we can remove a div and simultaneously remove a record from the database with Ajax. In the download…

78
Yays

Europe clickable map with jQuery

Views 18364   downloads 3687   Image Effects

Warning! Basic knowledge of HTML/xHTML, CSS and JavaScript is required for proper installation and editing the map. Paste the following list to your HTML/xHTML code: <div id="map-eu">…

75
Yays

Useful CSS3 animation and transitions with jQuery

Views 12134   downloads 2290   Layout & Interface

CSS3 transitions alone don’t always quite cut it. We can use a little help from jQuery to get better control over them and push them just a bit further. Val Head shows us how CSS animation and transitions…

75
Yays

jQuery multiple Vector Maps

Views 28929   downloads 5477   Layout & Interface

JQVMap is a jQuery plugin that renders Vector Maps.  It uses resizable Scalable Vector Graphics (SVG) for modern browsers like Firefox, Safari, Chrome, Opera and Internet Explorer 9.  Legacy…

74
Yays

(jPaginator) jQuery pagination and scrolling with interface plugin

Views 15113   downloads 2803   Layout & Interface

jPaginator is a nifty jQuery plugin by Remy Elazare which combines pagination and scrolling in a simple user interface. Remy recently asked me if I would like to use it for something on Webdesigntuts+…

72
Yays

jQuery browser mobile window chooser

Views 17036   downloads 4061   Menu & Navigation

It's always fun to play with jQuery especially when you are trying to recreate something that you enjoy using. One such thing is window chooser in Opera Mobile browser where opened windows are positioned…

69
Yays

Nice CSS3 and jQuery notification messages

Views 11898   downloads 2537   Layout & Interface

Notification messages are an important part of the user experience and you can’t afford to omit them. A notification alert message should appear every time the user perform important tasks.  …

68
Yays

Web Page Content Indexer scroll with jQuery Plugin

Views 8336   downloads 1976   Layout & Interface

jQuery Web Page Content Indexer Plugin is a Auto Content Index creator plugin suited for making automatically created navigation menus with normal content index or a scroller menu style. This plugin is…

67
Yays

jquery beautiful notification boxes

Views 16117   downloads 4245   Layout & Interface

Wouldn’t you love your designs to have some kind of notifications? It might be errors, success, warnings or just anything in general. But you would also want the users to have the capability of…

65
Yays

jQuery beautiful Animated Progress bar Plugin

Views 11417   downloads 2551   Layout & Interface

The dynamic animated progressbar. I think you already know this jQuery widget – Progressbar. By default – this is static widget without any animation. Today we will expand possibilities of…

65
Yays

cool Typing Game with jQuery

Views 12407   downloads 1828   Layout & Interface

Continue from my previous post, about detecting character in jquery, now try to some more sophisticated example, this game inspired by an old shark typing game, which is created by pop cap game, but it…

63
Yays

Right Click pop-up Function with jQuery

Views 15839   downloads 2408   Layout & Interface

How many times have you tried to right-click and save the logo of a website? And how many times has the resulting image been of very poor resolution? Many sites provide a press page with some hi-res logos…

63
Yays

Very Useful JQuery barcode plugin

Views 15326   downloads 2901   Layout & Interface

Jquery plugin to create barcode Barcode JQuery plugin installation Like any plugin, just inclure the source file after including that of JQuery. <script type="text/javascript" src="jquery-1.3.2.min.js"></script>…