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 :
It's probably simplest to consider formatting your page for this functionality. E.g. use a fixed original body font-size, and have all elements use a font-size percentage. Then, you can simply use jQuery to set the body font-size, and all elements will adjust accordingly.