Submit your widget
33
Yays

jQuery browser follows Scroll Path

about a year ago   Views 13117   downloads 1840   Slideshow & Scroller

jQuery Scroll Path is a plugin that lets you define your own custom scroll path. What this means exactly is best understood by checking out the demo. The plugin uses canvas flavored syntax for drawing…

43
Yays

Nice CSS3 beveled corners tabs

about a year ago   Views 13265   downloads 3633   Tabs

We’ll shoe you how to create some good looking CSS3 tabs with beveled corners. We’ll do that using a clever CSS3 gradients technique. The idea A while ago I read this wonderful article by…

61
Yays

jQuery slide tab system

8 months ago   Views 23933   downloads 5016   Tabs

Ben Bodien and Marc Roberts, co-founders of Neutron Creations, explain how to build a simple, semantically clean and extensible jQuery tab system To power our tabbed navigation, we’ll be using and…

50
Yays

Cool CSS3 and jQuery folder tabs

about a year ago   Views 15970   downloads 5045   Tabs

The markup is self explanatory. While the title attributes might seem to be extra, in this case they are needed for the jQuery stuff. <ul id="tabs"> <li><a href="#"…

82
Yays

jQuery Vertical Tabs Plugin

about a year ago   Views 31878   downloads 6249   Tabs

jQuery plugin for Vertical Tabs . There are 3 steps to (almost) every jQuery plugin: the HTML, the CSS and the JavaScript code. Step 1. The HTML <div id="vtab"> <ul> <li class="home"></li>…

54
Yays

jQuery Tabs Highlighter Effect

about a year ago   Views 14497   downloads 1624   Tabs

Keyboard Navigation (arrowkeys + ESC) Highly Customizable Autoplay Todo Accessible Todo Cross Browser Compatibility Usage: <head> <!-- Load and Configure jQuery Highlighter --> <link href="lib/jquery.highlighter.css"…

51
Yays

crossbrowser tabs Drop-down menu with CSS3 and jQuery

about a year ago   Views 14482   downloads 2522   Menu & Navigation

This is a dropdown menu with parental tabs (as first level). Part of the work we pass on to the shoulders of jQuery (switching tabs, display popups). In the current version – we have three levels…

53
Yays

jQuery and CSS3 Round Out Borders Tabs

about a year ago   Views 15892   downloads 3005   Tabs

Rounded corners are now trivially easy to achieve via border-radius. But that only allows us to cut into the shape. What if we want to connect a shape to another with a rounded outward corner. Clean HTML…

68
Yays

mini accordion and news scroll ticker with jQuery

about a year ago   Views 15948   downloads 2967   Accordion

This widget-esq script is at once both a news ticker and a mini accordion. It takes a config file of data (headlines, image SRCs, URLs etc) and paginates your headlines into folds. It will optionally…

83
Yays

Good Tabbed Slider with jQuery

about a year ago   Views 25635   downloads 6430   Slideshow & Scroller

this demo as a “standalone” slider – meaning it’ll essentially be the only element on the page that we create… but using just a few extra steps after the fact, you should…

101
Yays

Stylish Tabs Content Slider with CSS3 and jQuery

2 years ago   Views 16809   downloads 2904   Tabs

  it in Safari 5.0.2, Chrome 6.0.472.62 and Firefox 3.6.3 it displayed ok in all 3 browsers (Mac OS X 10.6.4) all the effects rendered fine.in Opera  the tabs don't render, but the layout is…

125
Yays

Awesome jQuery tabSwitch slideshow

2 years ago   Views 24565   downloads 2730   Tabs

tabSwitch is a tab/slider plugin for jQuery. You could make a tab box system with the least of code and still fully customizable. Currently, you could choose from 7 different effects with 2 view styles.…

173
Yays

css3 JQuery Animated Tabs

2 years ago   Views 11256   downloads 1892   Tabs

Tabs is used for utilizing space and keep some stylish effects on website. jQuery tabs are very popular and it created some fancy look on web pages. I created a simple in use but a fancy looking jquery…

163
Yays

Simple AJAX Driven tabs with jQuery

2 years ago   Views 14795   downloads 2479   Tabs

This example will show you how to create an AJAX Driven Website that overcame the browser Back button and bookmark problem in AJAX. I have made two versions, simplified version for further modification…

127
Yays

slide tabbed box using jQuery

2 years ago   Views 10494   downloads 1784   Tabs

A new jQuery plugin tabSwitch which automate all the step to make a slide tabbed box and many other style of tabs. There are so many kinds of tabbed menu nowadays. Still I really like the sliding effect…