Jim on November 20th, 2009

jQuery is not just about Menus and Animation Effects. With jQuery you can also create attractive text effects and play with the text to communicate well with the users. With this collection, you can create text gradients, text fly effects, text glow and much more.

Continue reading about Text Effects In jQuery

Jim on November 20th, 2009

Here is my very first attempt to make a text-gradient plugin for jquery. It contains four functions appliable to a selection : spanize, unspanize, textgrad and textscan.

Continue reading about Textgrad : a jQuery text gradient plugin

Jim on November 20th, 2009

In this jQuery tutorial we will develop a program that changes the text with fading effect.

Continue reading about jQuery to text changes with fading effect

Jim on November 20th, 2009

Some fun little text effects. These manipulate $(ele).text() so will probably be disastrously broken with inner HTML content.

Continue reading about Grab Bag jQuery Text Effects

Jim on November 20th, 2009

You will see a lot of web sites with search boxes have text already populated inside of the field and when you select the input text box it disappears and reappears when it’s not selected. This tutorial will show you how can add a small amount of jQuery to add this feature to any of your web sites.

Continue reading about jQuery tutorial: Text box hints