Submit your widget
81
Yays

impressive lightbox Photo wall effect with jQuery

Views 18931   downloads 2875   Lightbox & Dialog & Overlay

jmFullWall is a jQuery plugin for the creation of an impressive portfolio. Usage /* javascript */ $("#wall").jmFullWall(); /* html */ <div id="wall-top">YOUR LOGO / MENU</div>…

73
Yays

stylish tooltip plugin with jQuery

Views 12893   downloads 3149   Tooltips

It is always a pleasure learning new techniques although at first it may seem like too much work and just not worth the try but there are many benefits to this in the long-run: 1.Your code becomes easier…

93
Yays

beautiful css3 and jQuery clock effect

We will simply create a clock image in photoshop and provide different images for each hand. A jQuery script will update the rotate position every 1000 millisecond, therefore creating a rotating effect…

50
Yays

jQuery Sticky scrolling Sidebar

Views 25206   downloads 2890   Slideshow & Scroller

this is a jQuery sticky sidebar script. Well, you can, but then the element with that style will stay where it is relative to the top of the viewport. This means, if the element you are “fixing”…

90
Yays

jQuery animation Shuffle Letters Effect

Views 23095   downloads 4149   Text & Link Effects

we will be making a jQuery plugin that will shuffle the text content of any DOM element – an interesting effect that can be used in headings, logos and slideshows The Code The first step is to write…

61
Yays

jQuery images dynamic form preview

Views 11452   downloads 1743   Form

a dynamic form preview tool for work so clients could preview how the text and images would look before submitting the content to be published. I’ve trimmed down the code and removed the database…

77
Yays

Transparent Top Bar Navigation with CSS3 and jQuery

Views 19196   downloads 3371   Menu & Navigation

Here is a very nice top navigation bar for your website. It uses CSS3 & jQuery to give a nice looking aero gradient & transparency effect. The CSS The CSS uses some of the new CSS3 features such…

42
Yays

Stylish Messaging Modal Box with jQuery

Views 10494   downloads 2086   Form

You can build some really neat things using jQuery. The latest release bundle updates a lot of bugs and even hints at support for a new jQuery Mobile. With frontend scripting you can build practically…

79
Yays

Lightweight and flexible tree Menu with jQuery

Views 18718   downloads 5704   Menu & Navigation

Lightweight and flexible transformation of an unordered list into an expandable and collapsable tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.…

71
Yays

jQuery tooltip animated progress bar

Views 18992   downloads 3618   Graph & Chart

Here’s a very basic example of how to code up an animated progress bar with tooltip using the Tipsy tooltip plugin. The Code Below we have the two lines of code which read the attribute ‘title’…

85
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 26957   downloads 8577   Menu & Navigation

This is a magazine-style drop down nav menu. This will be created with some fancy CSS3 techniques to work in standards-compliant browsers. Even if you are shaky with jQuery you should be able to keep…

55
Yays

slide images header feature with jQuery

Views 16870   downloads 2990   Image Effects

This might not be the best way to structure the JavaScript and I’m sure you hard core coders will pick up on this however one of the purposes of this tutorial is to show newcomers to jQuery exactly…

51
Yays

Simple jQuery Virtual Keyboard Effect

Views 15736   downloads 3910   Form

very few websites provide their users with the option of using a virtual keyboard to key in (at the bare minimum) their passwords. Yes, a few banks do it, but considering how much personal information…

70
Yays

Awesome Right Click Menu with jQuery

Views 13149   downloads 2446   Menu & Navigation

Here is the small tutorial for you. Step 1 :- Write the HTML coding of your page. <script src="jquery.js" type="text/javascript"> </script> <script type="text/javascript">//…

62
Yays

jQuery Images Hover Cycle effect

Views 14385   downloads 3018   Image Effects

A quick way to add a hover responsive, fast cycling, jQuery powered slideshow to your site. The Basics I first saw this style slideshow as a Flash solution on Cargo Collective, which has since been updated…