Submit your widget
102
Yays

jQuery Approach

Views 10162   downloads 1425   Text & Link Effects

Approach is a jQuery plugin that allows you to animate style properties based on the cursor’s proximity to an object. It works in a very similar manner to jQuery animate, however it animates over…

118
Yays

A new jQuery plugin: scrollSomething

Views 11957   downloads 2500   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…

87
Yays

3D Flying Text in jQuery

Views 12242   downloads 2235   Text & Link Effects

It’s just a matter of time before some creates a jQuery plug-in much like Papervision for Flash.  Until then the 3D experiments in jQuery continue.  Here is a example that will show you…

145
Yays

Super simple jQuery ticker text slideshow

Views 60148   downloads 10959   Slideshow & Scroller

Plugin to rotate list items inside an unordered list, plugin will automaticlly hide all but the first list items and then rotate them. Usage is very simple, say for example we have an unordered list with…

83
Yays

Click to fade text paragraphs jQuery

Views 6724   downloads 1159   Text & Link Effects

Click-To-Fade Paragraphs (or other HTML Elements) The trick here is to target all odd paragraph tags. This uses the very simple query language in jQuery: p:odd when authoring the sample in Glimmer.  …

652
Yays

jquery vticker (vertical news ticker)

Views 74055   downloads 16078   Slideshow & Scroller

I have made this plugin for easy and simple vertical news automatic scrolling. This plugin will calculate height automaticaly, so no styling needed (added an option to set height manually). Just grab…

139
Yays

a Wobbling 3D Carousel(jQuery)

Views 19440   downloads 2916   Slideshow & Scroller

This is a  3D carousel.we’ll create a ring by plotting points in 3d space, then we’ll rotate it so it’s almost perpendicular to the viewer.  Because it’s not 100% flat,…

114
Yays

Custom Content Slider with jQuery

Views 15386   downloads 2807   Slideshow & Scroller

create a custom content slider. The concept behind it is pretty simple, when you click on a button, it uses jQuery scroll-To plugin to scoll the content and display the right content. 1. HTML HTML is…

109
Yays

A Better Blogroll Slideshow Tabs (jQuery )

Views 21065   downloads 3961   Slideshow & Scroller

A traditional blogroll is a simple list of other sites, often in the sidebar, that are related, owned by, or otherwise friendly to the home site. Blogrolls are a great idea and on-point with the spirit…

140
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 20198   downloads 4169   Slideshow & Scroller

  Create a jQuery slideshow that enables you to click through each slide when JavaScript is disabled, without having to display all slides one under the other. Step 1: Writing the markup First things…

133
Yays

JQuery Rolling News

Views 17931   downloads 4334   Slideshow & Scroller

We’ll be looking at how we can transform some semantic and accessible underlying HTML into an attractive and functional news ticker that smoothly scrolls its contents. Some news tickers are horizontal…

229
Yays

Neon Text Effect With jQuery & CSS

Views 27159   downloads 3803   HTML5

In this combined design and coding tutorial, we are creating a neon glow text effect with CSS and jQuery, perfect for spicing up your web pages while keeping an eye on SEO. Read more。。

135
Yays

Sweet Pages: A jQuery Pagination Solution

Views 18553   downloads 3345   Slideshow & Scroller

We are making a jQuery plugin that will enable you to convert a regular unordered list of items into a SEO friendly set of easily navigatable pages. It can be used for comment threads, slideshows, or…

213
Yays

HTML5-Slideshow

Views 28584   downloads 5667   Slideshow & Scroller

Download Lightweight HTML5-based slideshow This is a mini web app for people who'd rather build slides with HTML and CSS than with PowerPoint.

176
Yays

Slideshow plugin for the Tabs with jquery

Views 32535   downloads 5387   Slideshow & Scroller

HTML coding The HTML setup is similar to the normal tab setup except that we have the "next" and "prev" action buttons available and the tabs are placed below the panes. <!-- "previous slide" button…