Submit your widget
95
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

Views 25401   downloads 5045   Text & Link Effects

Animation effects Textualizer currently has the following effects: fadeIn, slideLeft, slideTop, and random. You can choose which effect to use by setting the effect option. Usage var list = ['first…

57
Yays

scarce idiagonal Fade effect with jQuery

Views 18679   downloads 2280   Image Effects

diagonalFade is a jQuery plugin allowing you to easily specify direction, fade-in, fade-out, and a host of other options to a grouping of elements. All you have to do is import it, specify the container…

110
Yays

Jquery Image Fade Cross Transition

Views 12413   downloads 1737   Image Effects

  Image rollovers were the staple JavaScript nugget of the 90s, and for a lot of JavaScript developers I know, one of the starting places their passion for JavaScript. Today, rollovers are a no-brainer…

145
Yays

Super simple jQuery ticker text slideshow

Views 60127   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…

83
Yays

Click to fade text paragraphs jQuery

Views 6717   downloads 1157   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.  …