Submit your widget
78
Yays

jQuery Ajax delete

Views 13064   downloads 2775   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…

92
Yays

Middle Box Links jQuery

Views 8539   downloads 2039   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…

112
Yays

Floating HTML Menu Using jQuery and CSS

Views 26668   downloads 4215   Menu & Navigation

For all of us who deal with long web pages and need to scroll to the top for the menu, here’s a nice alternative: floating menus that move as you scroll a page. This is done using HTML, CSS and…

117
Yays

Filter Image View Using jQuery

Views 21657   downloads 3532   Layout & Interface

the image items are showing and hiding with horizontal slide effect based on user choice. Horizontal slide effect produced by manipulating item’s width, when hiding the item we will change the item…

103
Yays

jQuery Plugin : jConfirmAction

Views 9454   downloads 1495   Layout & Interface

jConfirmAction is a jQuery plugin that aims to replace a plain confirmation box with a cute one. This plugin will help you to create a flying bubble confirmation box upside your link. Basically this plugin…

128
Yays

Beautiful image Filterable Portfolio with jQuery

Views 21361   downloads 3110   Layout & Interface

  If you have worked in your field for a while, there is a pretty good chance that you have a rather extensive portfolio. To make it a little easier to navigate, you will probably be tempted to break…

139
Yays

Pure CSS Animated Progress Bar

Views 13774   downloads 2045   Layout & Interface

Here's a simple demonstration of how you can create animated progress bar using pure css. The trick is very simple. We need 3 elements, one container and 2 nested elements. The Concept We'll put a cool…

180
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 30753   downloads 5669   Form

First we start of with the necessary file includes: [removed]<!--mce:0-->[removed][removed]<!--mce:1-->[removed][removed]<!--mce:2-->[removed] Let’s set the height of the contactArea…

135
Yays

Mimic the iGoogle Interface Drag widget(jQuery )

Views 16381   downloads 3475   Layout & Interface

how to create a customizable interface with widgets. The finished product will be a sleek and unobtrusively coded iGoogle-like interface which has a ton of potential applications! Step 1: XHTML markup…