I want to increase font size in whole page when user click on increase button. It will be increase on bases of current font size. Following is sample code :
Try this one
$(this).css("font-size","+=2");