Demonstration

Basic

A- A A+

Free jQuery Plugins and Tutorials - Providing tons of Jquery Plugins, Javascript Libraries, Html5, CSS3 Scripts for web developers to free download. © Copyright 2012 jQueryScript.Net

$('.some-class-name').jfontsize();

Defining the change size and the maximum clicks

A- A A+

This text will be resized

$('.some-class-name').jfontsize({
    btnMinusMaxHits: 1,
    btnPlusMaxHits: 5,
    sizeChange: 5
});