guirodriguezz / fontsize

jQuery Plugin to increase or decrease easily font size

Home Page:www.jquery.cl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery fontSize Plugin

Description

jQuery plugin helps easily to increase or decrease font size of your website.

Features

  • change the font size for whole Body content or only specific elements in your page.
  • (optional) specific a limit to increase or decreae

Sample

$(document).ready(function(){
	$('.increase').fontSize({
		action: "up",
		elements: "#content",
		max: 36
	});

	$('.decrease').fontSize({
		action: 'down',
		elements: "#content"
	});
})

Tested

jQuery 1.0.2 and above

Demo

http://www.beecoss.com/sandbox/fontsize/sample.html

Download from jQuery Plugin Site

http://plugins.jquery.com/fontsize

Licensed under the GPL

http://www.gnu.org/licenses/gpl.html

About

jQuery Plugin to increase or decrease easily font size

www.jquery.cl


Languages

Language:JavaScript 100.0%