Submit your widget
97
Yays

jQuery Lumebox lightbox

Views 9789   downloads 1744   Lightbox & Dialog & Overlay

This is an alternative lightbox script for jQuery which can parse the RSS of the post or page of your blog then displays images inside them (off course only with specific image group you defined). The…

97
Yays

jQuery Code Expander

Views 5967   downloads 1511   Text & Link Effects

There is a problem on the web. Displaying actual programming code takes away a lot of space of the webpage (especially the longer ones). You can split up the code in several parts, but that's really hard…

97
Yays

CSS Image Maps With Pop-Up Tool Tips

Views 20662   downloads 3073   Tooltips

Using an unordered list, a couple of images, and a little CSS, we can create an accessible "image map" with pop-up tool tips that provide our readers more information on the links the map contains. There…

97
Yays

Amazing Webkit Image Hover Effects with CSS3

Views 10473   downloads 2048   Image Effects

Image Shrink Effect The image will shrink if you put your mouse pointer on top of it. It is achieved by using the -webkit-transform:scale(value) property. The HTML <div id="demo-1" class="demobox">…

97
Yays

jQuery plugin for selecting area of an image

Views 11801   downloads 2098   Image Effects

imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such…

97
Yays

useful CSS3 folded corner

Views 15954   downloads 4264   Layout & Interface

This is a simple CSS folded-corner effect without images or extra markup. It works well in all modern browsers and is best suited to designs with simple colour backgrounds. this demo support: Firefox…

97
Yays

simple jQuery Typing Text Effect

Views 17296   downloads 3443   Text & Link Effects

The article source:http://www.thepixelart.com/create-a-typing-text-effect-using-jquery/ You must have seen this text effect on many flash websites. jTicker is a jQuery plugin that can be used for creating…

97
Yays

useful Table with CSS3

Views 18997   downloads 4805   Table

The goal was to have a cross browser compatible version that looked good in Chrome, Firefox, IE8, IE7, and IE6. Internet Explorer doesn’t support CSS3 rounded corners, gradients, or shadows, but…

97
Yays

JQuery Ajax Cool Shopping Cart effect

Views 27871   downloads 7165   Image Effects

this is   Ajax and JQuery shopping carts ,hope you will love it. JQuery Code $(document).ready(function() { var Arrays=new Array(); $('.add-to-cart-button').click(function(){ var thisID…

97
Yays

Beautiful jQuery Parallax effect

Views 26150   downloads 4912   Image Effects

 the parallax script . It’s called in a more jQuery like manner now and has a couple of useful options for inverting the movement and changing the unit of measurement to any jQuery/CSS supported…

97
Yays

Nice jQuery Walking Navigation

Views 47639   downloads 8074   Menu & Navigation

On a single page website with fixed position navigation, it will be nice to tell user on what section they are reading at. In this tutorial I am going to share how to create a walking navigation, on the…

97
Yays

Awesome CSS3 animation menu

Views 37194   downloads 8074   Menu & Navigation

In this new category called “Tips and Tricks” we will introduce some quick and interesting methods around web development and web design. In today’s tip we’ll show you how to spice…

97
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

Views 25848   downloads 5195   Text & Link Effects

Animation effects Textualizer currently has the following effects: fadeIn, slideLeft, slideTop, and random. You can choose which effect to use by setting the effect option. Usage var list = ['first…

97
Yays

jQuery New Top Black Menu Bar like Google

Views 53146   downloads 9874   Menu & Navigation

Google has come up with a new look with the launch of Google Plus and one of the prominent changes we can observe is the black menu bar found on the top of Google Search Page and every other Google product…

96
Yays

Thumbnail Gallery with Slick Heading and Caption Effect with jQuery

Views 12157   downloads 2015   Image Effects

This is a simple jQuery , but can be extremely useful in frontend design Similar examples 1. HTML It's simple, inside the container - photo class you have three objects, first div is the heading, image…