Submit your widget
124
Yays

WanderWall – A jQuery, CSS3 & HTML5 Hover-Based Interface

Views 19670   downloads 2343   Slideshow & Scroller

We'LLgoing to teach you how to create a useful hover-based user interface using jQuery, CSS3, HTML5 and @font-face. Why a hover-based interface? you might ask. Well, with the popularity of touch-based…

124
Yays

motools tabs effect

Views 10431   downloads 2108   Tabs

MooTabs is a tiny(3kb) class for MooTools. As the name suggests, it's main purpose is to help out with the creation of simple tab navigation. As of version 1.2, you can also set tab content via an Ajax…

124
Yays

Pure CSS3 Social Media Icons

Views 18018   downloads 2186   Buttons & Icons

we'll experimenting with CSS3. we decide to recreate some of the social media icons using only CSS and HTML markup. Nothing is new here actually, except we are having fun in doing the icons. And we…

124
Yays

Useful jQuery Pagination plugin

Views 18961   downloads 4448   Slideshow & Scroller

When you have a a large list of items (e.g. search results or news articles), you can display them grouped in pages and present navigational elements to move from one page to another. This plugin creates…

124
Yays

jQuery mouse scroll images slideshow

Views 37940   downloads 3778   Slideshow & Scroller

Rhinoslider is the most flexible jQuery slideshow there is. Be welcome to try it yourself. Not only do we offer a variety of effects, we also allow you to add your own styles, effects and features to…

123
Yays

Simple Image Viewer(jQuery)

Views 18039   downloads 3770   Slideshow & Scroller

Step 1: Create the Mark-up Here I have created two columns - for navigation and output. For the sake of simplicity I use attribute rel for links to find corresponding image by id in output section.  …

123
Yays

Creating a Rotating Billboard System with jQuery and CSS

Views 16720   downloads 3298   Slideshow & Scroller

We will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one (the other ad) appear. We will…

123
Yays

CSS3 and jQuery“Stay-On-Top”Menu

Views 17471   downloads 3158   Menu & Navigation

All the HTML Stuff Create index.html and paste all of this in: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">…

123
Yays

jQuery virtual tour

Views 27617   downloads 3994   Image Effects

This is an extension to the simple panorama viewer that allows you to play a little bit more with jQuery by adding interactivity to transform some panoramic views into a virtual tour !   Introduction…

123
Yays

CSS Overlapping Tabbed Navigation

Views 14388   downloads 2467   Menu & Navigation

Overlapping tabbed navigation in CSS have always been a nuisance with developers often running into cross-browser compatibility issues or bloated code. There are some other examples floating around the…

123
Yays

jQuery Rollover Nav Bar

Views 8730   downloads 1574   Menu & Navigation

Here’s a simple jquery nav bar with animated rollover effects. The page titles roll up to reveal page descriptions underneath.  Here’s the jQuery, hover.js: $(function() { var navButtons…

123
Yays

jquery rotating 3d tag cloud

Views 36751   downloads 5499   Text & Link Effects

TODO Performance is horrible when more than one instance is present in the page Would be much quicker if instead of recalculating all values on mouse move a global phi/theta value pair is stored and the…

123
Yays

Professional Dropdown navigation menu

Views 15297   downloads 3691   Menu & Navigation

You've seen the 'suckerfish' menus and the 'son of suckerfish', well I think that this one takes them another step further (grandson of suckerfish?). The 'problem' that I found with using the 'suckefish…

123
Yays

jQuery Blinds Slideshow using CSS Sprites

Views 19225   downloads 3018   Slideshow & Scroller

Features Smooth animated transition Customizable sprite grid Customizable animation ochestration Multiple instances on the same webpage jQuery compatible (plugin) Unobtrusive javascript Compatibility…

123
Yays

Horizontal Sliding Submenu jQuery plugin

Views 19208   downloads 3215   Menu & Navigation

a horizontal sliding submenu. Has a couple of options and the appearance can be modified in the css. Slide Submenu requires: jQuery library hoverIntent plugin Slide Subnav plugin Example code to load…