> Just discovered your "use unary operator" tip > (http://www.javascripttoolbox.com/bestpractices/#plus). > Great! Much more succinct then a parseInt(value).
Be very careful using the + operator this way.
+"32px" returns NaN
parseInt("32px") returns 32
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
