Submit your widget
97
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

Views 25848   downloads 5194   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…

153
Yays

Super simple jQuery ticker text slideshow

Views 60835   downloads 11125   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…

92
Yays

Click to fade text paragraphs jQuery

Views 7078   downloads 1282   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.  …