Submit your widget
95
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

Views 25592   downloads 5107   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…

146
Yays

Super simple jQuery ticker text slideshow

Views 60349   downloads 11003   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…

84
Yays

Click to fade text paragraphs jQuery

Views 6846   downloads 1188   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.  …