Submit your widget
652
Yays

jquery vticker (vertical news ticker)

Views 74069   downloads 16083   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 15242   downloads 3257   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 14990   downloads 1885   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 13458   downloads 2381   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 60152   downloads 10961   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 10789   downloads 1857   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 19480   downloads 3591   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 18615   downloads 3607   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 19444   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,…

137
Yays

Auto Scroll News Ticker with jQuery

Views 72732   downloads 16293   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 10099   downloads 1971   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 36325   downloads 5341   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 10571   downloads 2098   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 16545   downloads 3697   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 25296   downloads 5187   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…