Workshop.rs

This is demo page for jqIsoText plugin.

Examples


This sentence will be treated with default options
$('.default').jqIsoText()

For this sentence words will be treated separatly
$('.split').jqIsoText({ split:'yes' })

Use custom sizes and start from bigger
$('.big').jqIsoText({ fromSize: 50, toSize: 10 })

Workshop.rs

This is demo page for jqIsoText plugin.