Submit your widget
652
Yays

jquery vticker (vertical news ticker)

Views 74024   downloads 16070   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 15228   downloads 3251   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 14960   downloads 1880   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 13442   downloads 2379   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…

145
Yays

Super simple jQuery ticker text slideshow

Views 60125   downloads 10957   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…

142
Yays

Simplism jQuery Sequential List

Views 10780   downloads 1851   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…

141
Yays

jQuery Scroll Linked Navigation

Views 19457   downloads 3586   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…

140
Yays

A jQuery News Ticker Effect

Views 18599   downloads 3602   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…

139
Yays

a Wobbling 3D Carousel(jQuery)

Views 19426   downloads 2912   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,…

137
Yays

Auto Scroll News Ticker with jQuery

Views 72695   downloads 16287   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…

129
Yays

Simple jQuery Font Resizer

Views 10087   downloads 1968   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 36296   downloads 5338   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 10559   downloads 2092   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 16527   downloads 3693   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 25257   downloads 5180   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…