hi,
I'm trying to implement jQuery a font-resize script
got from here,
http://dev-tips.com/featured/jquery-...-font-resizing
my implementation is not working, and I'm trying to figure out what the 2nd argument in his parseFloat fn is
(is it maybe the default font-size in my 'body' tag?)Code:var finalNum = parseFloat(currFontSize, 10);
I searched for javascript parseFloat() fn, but have not found any examples of this fn with two arguments..
thank you..






Bookmarks