Submit your widget
126
Yays

Animation Clock With jquery

  we are going to create a clock animation that works in all browser, no CSS3. So Let’s get started. Step 1 – Setting up workspace For our little animation effect we are going to use…

126
Yays

simplism tooltip powered by jQuery

Views 8951   downloads 2229   Tooltips

A tooltip is help text that appears when you hover your cursor over something. The title attribute of a hyperlink or alt attribute of an image tag will be displayed as a tooltip by a browser when you…

126
Yays

cool Gritter for jQuery (Growl)

Views 19201   downloads 2682   Layout & Interface

For those who don’t know what Growl is, it’s basically a notification bubble/popup that appears in the top right of your desktop – examples can be found here. Think of it as calling…

126
Yays

Cursor following translucent float menu jQuery CSS3

Views 12159   downloads 2520   Menu & Navigation

A website navigation menu that follows the cursor, created with the jQuery framework and CSS that’s easy to implement and configure. The idea behind the script was to create a floating navigation…

126
Yays

Custom contact form with jQuery

Views 38797   downloads 13163   Form

we are going to build a awesome contact form. Also we are going to display errors using well-known jQuery plugin to validate form fields. We need to create necessery files: index.html, init.js and default.css.…

126
Yays

FlexSlider 2 - The best responsive slider. Period.

Views 30323   downloads 4950   Slideshow & Scroller

HTML: <!-- Place somewhere in the <body> of your page --> <div class="flexslider"> <ul class="slides"> <li> <img src="slide1.jpg" /> </li>…

125
Yays

jQuery Smooth Circular Motion Menu

Views 21550   downloads 4138   Menu & Navigation

we are going to create a stunning circular motion effect with jQuery. We will be using the jQuery.path plugin to animate a circular movement for a menu in a portfolio example. The idea is to have a rounded…

125
Yays

unique Gallery by using z-index and jQuery

Views 11461   downloads 2371   Image Effects

we will combine the CSS property ‘z-index’ and the power of jQuery to create a unique gallery which have a appearance of a pile of pictures. In this example we have the appearance of a pile…

125
Yays

Simplism BS Table Crosshair with jQuery

Views 11245   downloads 2346   Table

Automatically for each table considers the focus Just with assigning an ID to the table $.bstablecrosshair('myTable',{ color : '#444', background : '#aaa', foreground : '#fff' });

125
Yays

custom confirm dialog in the form use jQuery plugin

Views 18695   downloads 2512   Lightbox & Dialog & Overlay

Continuing on our quest for building customizable alternatives for browser’s controls, this week we are building a cross-browser, custom confirm dialog in the form of an easy to use jQuery plugin.…

124
Yays

Image Preview Gallery

Views 19489   downloads 3833   Image Effects

Here we have a bunch of thumbnails. When each thumbnail is rolled over, script will load an image that we have linked in HREF attribute of an A tag. That makes this method accessible as well, because…

124
Yays

Niceforms

Views 13772   downloads 3566   Form

Web forms. Everybody knows web forms. Each day we have to fill in some information in a web form, be it a simple login to your webmail application, an online purchase, or signing up for a website. They…

124
Yays

A new jQuery plugin: scrollSomething

Views 12305   downloads 2651   Slideshow & Scroller

  The perfect solution if you desperatly need to scroll something. You can scroll anything you want. How to use:   $("#myScrollebleItems").scrollSomething();     The options: scrollerWidth…

124
Yays

jQuery ExtSlide

Views 7915   downloads 1694   Slideshow & Scroller

jquery extends slide effect (animate): slideLeftShow, slideLeftHide, slideLeftToggle, slideRightShow, slideRightHide, slideRightToggle

124
Yays

Take Control of Your Table View jQuery

Views 11727   downloads 1833   Table

The Case Each user has a different tastes in viewing our content, including data in a table. I, for example, always enjoy seeing the font in a smaller size but my friend didn’t. It just a font size,…