Submit your widget
99
Yays

Slide and hide section with jquery

Views 16381   downloads 2418   Slideshow & Scroller

Usiamo alcune semplici funzioni di jquery per creare alcuni effetti di sicuro successo. Realizziamo un semplice javascript che ci permetterà di far comparire e scomparire alcune slide a seconda…

242
Yays

jQuery Desktop

Views 23263   downloads 4712   Layout & Interface

CSS   The rest of the eye-candy is handled via CSS, which involved extensive use of z-index to get things positioned just so. It probably goes without saying, but this demo obviously will bomb in…

158
Yays

jQuery Sliding Menu

Views 31197   downloads 4032   Menu & Navigation

Usage: In the head section add the following code: <link rel="stylesheet" href="stylesheets/jquery.sliding-menu.css" type="text/css" media="screen" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>…

133
Yays

CSS3-only horizontal drop line tab menu

Views 43241   downloads 7715   Menu & Navigation

Recently, Web Designer Wall posted this really cool tutorial on creating a dropdown menu using only CSS3 (no javascript). Not being one to just sit back and let things sit as is, the approach inspired…

132
Yays

LavaLamp jQuery Sliding Menu

Views 19486   downloads 3466   Menu & Navigation

It is a jQuery sliding nifty effect menu with light weight code and extra two more interface styles. Step 1: The HTML Since most UI developers believe that an unordered list(ul) represents the correct…

118
Yays

jQuery convertion: Garagedoor slider navigation effect

Views 10014   downloads 1832   Menu & Navigation

First we need to make the script ans style of the GarageDoor work. To make that happen, you’ll need jQuery. This library enables interface effects, so you don’t have to create it yourself.…

168
Yays

Animated jQuery Menu - Corporate Style

Views 21390   downloads 4895   Menu & Navigation

Multilevel jQuery Menu with fade and smooth drop-down animation on submenu appearance. Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu…

117
Yays

Hoverbox Image Gallery

Views 21648   downloads 3884   Image Effects

It uses an anchor link for the effect, because that is the only thing that Internet Explorer allows the :hover psuedo-class to work with. While my example page only has # linked to, this could easily…

95
Yays

Semantic CSS3 Lightboxes

Views 10633   downloads 2761   Lightbox & Dialog & Overlay

Browser Support of this CSS Lightbox To give you a quick introduction before we begin producing the code itself, it’s worth mentioning that I’ve tried the code in a variety of browsers and…

112
Yays

a Slick and Accessible Slideshow Using jQuery

Views 19741   downloads 3340   Slideshow & Scroller

Setting the foundations The most important part of any good web component is a solid HTML structure. A semantic foundation means that your content will be web accessible in virtually all browser clients.…

143
Yays

JQuery – Star Comment Rating

Views 13041   downloads 2905   Rating & Star Rating

Here is a nice little rating effect. This does not include the PHP, it is only the JavaScript, HTML, CSS, and Images. What we start with is one HTML file, JQUERY library, star_rating.js (contains all…

103
Yays

A jQuery Plugin for Zoomable, Interactive Maps

Views 13185   downloads 2691   Lightbox & Dialog & Overlay

Instructions There are four main components required to make the plugin run: the background images, links to pages that contain html data in the correct format, some CSS for style and finally the plugin…

102
Yays

jquery masked Gallery

Views 14724   downloads 2550   Image Effects

Slide your images into a mask! Build your own png mask and choose your images to slide inside! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script> <script…

165
Yays

A jQuery Cloud Zoom

Views 30012   downloads 9020   Image Effects

Cloud Zoom is a jQuery image zoom plugin, a comparable alternative to products such as Magic Zoom. Compared to the popular jQZoom plugin, Cloud Zoom is smaller, has more features and more robust compatability…

89
Yays

jQuery Text Effect Plugin

Views 8598   downloads 1482   Text & Link Effects

Some content on our pages are more important than other and we want to made him eye catching. There are lot of techniques to achieve that.  One of them is jqIsoText. With this plugin we’re…