Submit your widget
650
Yays

jquery vticker (vertical news ticker)

Views 72418   downloads 15663   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 14821   downloads 3085   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.…

169
Yays

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

Views 14164   downloads 1674   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"…

145
Yays

jQuery Mouse Events

Views 13013   downloads 2216   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…

144
Yays

Super simple jQuery ticker text slideshow

Views 59386   downloads 10779   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…

141
Yays

Simplism jQuery Sequential List

Views 10419   downloads 1682   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

jQuery Scroll Linked Navigation

Views 18865   downloads 3427   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…

139
Yays

A jQuery News Ticker Effect

Views 18208   downloads 3415   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…

138
Yays

a Wobbling 3D Carousel(jQuery)

Views 18892   downloads 2776   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,…

132
Yays

Auto Scroll News Ticker with jQuery

Views 71912   downloads 16087   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…

126
Yays

Simple jQuery Font Resizer

Views 9616   downloads 1787   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…

119
Yays

jquery rotating 3d tag cloud

Views 35648   downloads 5144   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…

118
Yays

HoverAttribute jQuery plugin

Views 9993   downloads 1914   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…

118
Yays

on-page text highlighting Search with jQuery

Views 23865   downloads 4893   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…

117
Yays

jQuery Frequently Asked Questions (FAQ)

Views 8354   downloads 1635   Text & Link Effects

This time around we'll to create a FAQ page at work for a new website we are launching. Creating the FAQ Obviously, you'll need a page with FAQ's on it. I personally chose to put everything in UL's, but…