Demonstration
Basic
A- A A+
This text will be resized
$('.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
});