Submit your widget
8
Yays

Useful JQuery Text Editor Plugin

Views 6805   downloads 1174   Text & Link Effects

jQuery TE . This  is a  useful text editor with  jQuery plugin.  it works with WYSIWYG model. jQuery TE works with same performance on the most preferred browsers. And its…

12
Yays

Blinker is a simple text color transformation animation jquery plugin

Views 5959   downloads 1410   Text & Link Effects

Blinker is a simple animation applied to text on your website. Like the name suggest, it blinks words/letters.  Tip:required jquery ui Usage HTML <div class="header"> <span>B</span>…

19
Yays

The split-flap displays with jQuery plugin

Views 7097   downloads 1658   Text & Link Effects

A jQuery number display Flapper is a jQuery plugin that replicates the split-flap (or "Solari") displays that used to be common in train stations and airports, and your dad's alarm clock…

35
Yays

simple jQuery and CSS3 text animations

Views 12096   downloads 2720   Text & Link Effects

Textillate.js combines some awesome libraries to provide an ease-to-use plugin for applying CSS3 animations to any text. Usage Let's start with the basic markup: <h1 class="tlt">My…

60
Yays

Sortable text list with jQuery

Views 26307   downloads 4023   Text & Link Effects

this is a 3 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable. Yeah! Do you also want the possibility to add, edit and remove items…

64
Yays

Pure CSS3 list styles effect

Views 19944   downloads 4267   Text & Link Effects

you’ll learn how to add some CSS3 fine tuning to your ordered lists, using a semantic approach. The HTML Below you’ll find nothing than simple ordered list markup <ol class="rounded-list">…

95
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

Views 25404   downloads 5048   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…

65
Yays

jQuery Text Cloud effect

Views 24815   downloads 3712   Text & Link Effects

jQCloud is a jQuery plugin that builds neat and pure HTML + CSS word clouds and tag clouds that are actually shaped like a cloud Installation Installing jQCloud is extremely simple: Make sure to import…

70
Yays

scrollorama---The jQuery cool scrolly plugin

Views 17371   downloads 2995   Text & Link Effects

Design and build your site, dividing your content into blocks. Embed scrollorama.js after jQuery and initialize the plugin, passing the blocks class selector as a parameter. $(document).ready(function()…

77
Yays

JQuery Text Hover Blur effect

Views 19282   downloads 2360   Text & Link Effects

the  code will make a text blur on hover,I Got idea from the shadow created with the text-shadow property of CSS, That was blurry as i needed so i made the text transparent. What i got was the thing…

137
Yays

Auto Scroll News Ticker with jQuery

Views 72698   downloads 16287   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…

90
Yays

jQuery animation Shuffle Letters Effect

Views 23037   downloads 4140   Text & Link Effects

we will be making a jQuery plugin that will shuffle the text content of any DOM element – an interesting effect that can be used in headings, logos and slideshows The Code The first step is to write…

97
Yays

Pure CSS3 simple 3D text effect

Views 18666   downloads 3774   Text & Link Effects

The basic idea is pretty simple. You can get a nice 3D effect combining multiple levels of text-shadow. The code required to get this result is something like: text-shadow: rgb(187, 187, 187) 0px 1px…

85
Yays

Vertical scrolling news effect with jQuery

Views 21864   downloads 3965   Text & Link Effects

Totem makes vertical tickers easy to implement by: Turning a list of items into an animated ticker that auto-advances Specifying anchors for stop, start, next, and previous navigation links. Installation…

78
Yays

bouncing text with jQuery

Views 15828   downloads 3009   Text & Link Effects

Bouncy text is a jQuery plugin that animates text, bouncing each letter matched in the selector at random intervals. A pointless, if slightly fun method to make your page a little quirky. Here's the…