Submit your widget
94
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

Views 25338   downloads 5019   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…

144
Yays

Super simple jQuery ticker text slideshow

Views 60055   downloads 10934   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 6667   downloads 1138   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.  …