۵٬۱۲۰
ویرایش
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۲۱۰: | خط ۲۱۰: | ||
// parse font size, if less than 50 increase font size | // parse font size, if less than 50 increase font size | ||
getSize(); | getSize(); | ||
$( "p" ).css( "font-size", "+=2" ); | $( "p" ).css( "font-size", "+=2" ); | ||
} | } | ||
function fontsizedown() { | function fontsizedown() { | ||
getSize(); | getSize(); | ||
$( "p" ).css( "font-size", "-=2" ); | $( "p" ).css( "font-size", "-=2" ); | ||
} | } | ||
ویرایش