- Version: 1.0.2
- Author: Coto Augosto C.
- URL: http://beecoss.com
- Twitter: http://twitter.com/coto
- Created: 2008
jQuery plugin helps easily to increase or decrease font size of your website.
- change the font size for whole Body content or only specific elements in your page.
- (optional) specific a limit to increase or decreae
$(document).ready(function(){
$('.increase').fontSize({
action: "up",
elements: "#content",
max: 36
});
$('.decrease').fontSize({
action: 'down',
elements: "#content"
});
})
jQuery 1.0.2 and above
http://www.beecoss.com/sandbox/fontsize/sample.html