Submit your widget
655
Yays

jquery vticker (vertical news ticker)

Views 74455   downloads 16188   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…

225
Yays

jQuery Text with Moving Backgrounds

Views 15329   downloads 3293   Text & Link Effects

What are we going to do? We are going to create a container which has a moving background, but only a set of letters will be visible of the background. It will be as if there are holes in your container.…

170
Yays

Link external icon - jQuery plugin for show external link(target="_blank") icon

Views 15152   downloads 1928   Text & Link Effects

This plugin add an icon opening a new window to each link Help Step1:include js.   <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript"…

147
Yays

jQuery Mouse Events

Views 13566   downloads 2417   Tooltips

HTML For us to make a tooltip we’re going to have some links to work with, and a container for our tooltip.  There is nothing too special here.  I placed the links in a header tag just…

146
Yays

Super simple jQuery ticker text slideshow

Views 60351   downloads 11004   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…

144
Yays

jQuery Scroll Linked Navigation

Views 19585   downloads 3628   Tabs

The Problem What you need to do is hook in to the user scrolling the web page, and when a particular element comes in to view, if there’s an associated navigation item - make it selected. That’s…

143
Yays

Simplism jQuery Sequential List

Views 10880   downloads 1896   Text & Link Effects

Have you ever had to manually code something that is sequential? Didn’t you find it annonying? Well, here is a simple solution for you. This tutorial will show you how to use jQuery to add a sequent…

140
Yays

a Wobbling 3D Carousel(jQuery)

Views 19570   downloads 2958   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,…

140
Yays

A jQuery News Ticker Effect

Views 18713   downloads 3646   Text & Link Effects

liScroll is a jQuery plugin that transforms any given unordered list into a scrolling News Ticker The markup <ul id="ticker01"> <li><span>10/10/2007</span><a href="#">The…

137
Yays

Auto Scroll News Ticker with jQuery

Views 72887   downloads 16339   Text & Link Effects

There are a lot of different jQuery News Ticker plugins with lot of options that you can use. the demo will create one on your own in only 4 lines od jQuery code ? Idea is pretty simple, take first element…

131
Yays

Simple jQuery Font Resizer

Views 10223   downloads 2003   Text & Link Effects

we will be learning something about accessiblity. Well, some people may think that it's not important browsers has the zoom in and zoom out functionality anyway, oh well, that's quite true but design…

122
Yays

jquery rotating 3d tag cloud

Views 36492   downloads 5379   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…

119
Yays

HoverAttribute jQuery plugin

Views 10703   downloads 2131   Text & Link Effects

HoverAttribute is a jQuery plugin that allows you to make (link-)elements more dynamic by making an attribute of that element show up on hovering. This is foremost intended for <a> tags residing…

119
Yays

Simple Revolving Quotes With JQuery Plugin

Views 16670   downloads 3731   Text & Link Effects

Quovolver is a simple extension for jQuery that takes a group of quotes and displays them on your page in an elegant way. How to Install: Download and unzip the Quovolver files. The download contains…

119
Yays

on-page text highlighting Search with jQuery

Views 25637   downloads 5247   Form

Websites often have search boxes to allow users to find content from their archives. But what if you want to find content on the given page? Information Architects had on-page text search that provides…