jqIsoText: jQuery Text Effect Plugin
Some content on our pages are more important than other and we want to made him eye catching. There are lot of techniques to achieve that. One of them is jqIsoText.
With this plugin we’re changing size of letters in text. It starts from one font size and increment or decrement to other font size. On that way we’re getting something similar to isometric projection. That can be done for whole block of text or for every word in some text.
First download jQuery and jqIsoText and include on your page like this:
<script src="js/jquery.js" type="text/javascript"></script> <script src="js/jqIsoText.js" type="text/javascript"></script>
After that all you have to do is to select element on which you want to apply effect and call jqIsoText.
<script>
$(".elem").jqIsoText();
</script>
This plugin have only three options: fromSize, toSize and split. The first one is the size of first letter, second is the size for middle letter in text and third one is if you want to threat every word from text separately. E.g. if you want that your text in h1 tags starts from 50px, go to 20px and threat every word separately you should use next code snippet.
<script>
$(".elem").jqIsoText({ fromSize: 50, toSize: 20, split: 'yes' });
</script>
You sholud use this plugin for titles or some important line of text. Using this for long text may be difficult for reading and can cause opposite effect. Also, this can be used only for text nodes.
Comments [ 73 Comments ]
» Trackbacks and pingbacks click to expand
-
[...] Lettering.JS FitText.JS Bacon! TypeButter Kerning.JS Baseline.JS ArcText.JS Hatchshow SlabText.JS JQISOText [...]
-
[...] jqlsoText [...]
-
[...] Plugin Demonstração Detalhes Plugin e Download Page [...]
-
[...] A jQuery text effect plugin. Source [...]
-
[...] JQISOTEXT [...]
-
[...] JQISOTEXT [...]
Leave a Reply
More Articles
-
Image gallery in 4 lines of code with MooTools and Dojo
Recently I wrote article how to create image gallery with description in 4 lines of jQuery code. Now, I will do the same thing with two other popular JavaScript frameworks, MooTools and Dojo.
Task is the same. One large image, description bar, few thumbs bellow, large image and description should change when thumb is clicked. [...]
-
News Ticker in 4 lines of jQuery
There are a lot of different jQuery News Ticker plugins with lot of options that you can use. Do you want to learn how to create one on your own in only 4 lines od jQuery code ?
Idea is pretty simple, take first element from list, apply some disappearing effect on it and on [...]
-
JUST – JavaScript Useful Stuff
I like experiment with data visualization on client side. For that purpose, of course, I need some data for development phase. Since that development phase means that something constantly change, I had to find a way to make my life easier. That’s why I wrote a group of JavaScript range functions which helps me to [...]
-
Coin Slider 4 WordPress
Coin Slider 4 WP will show your featured posts as image slider and rotate them using unique effects provided by jQuery’s Coin Slider.
Implementation is very easy, after you download and activate this plugin, just paste one line of code in your template and Coin Slider 4 WP is ready to use.
Demo pagesee how it worksDownloadtry [...]


March 3, 2010
Soooo fun !
I hope I’ll find a way to use it for real project
March 7, 2010
fantasticno – prepa i zasigurno buducnost kod textualnr web prezentacije. Vec mogu da zamislim koliko ljudi ce promeniti Index i Home addrese na web stranicama a tek koliko ce neko da ih odere da to uradi. Srecno i hvala na prelepom tut’s’u
January 19, 2011
More good
link to you
http://tecwebbr.com/post.php?codigo=99
thank!
April 30, 2011
hello
wher i must put this code:
$(”.elem”).jqIsoText({ fromSize: 50, toSize: 20, split: ‘yes’ });
thanx
October 29, 2011
Nice, thank u.
September 10, 2012
Odlicno, hvala puno…samo tako nastavite.
January 2, 2013
code not working in my browser