javascript percentage compare
843836Jun 10 2005 — edited Jun 13 2005i dont know any good javascript forum, but i figured some jsp programmer should be pretty good at it too
my question is that
i have couple percentages like 5.5% and -4.5% and 0.2%
and i want to filter out the percentage using the replace function
and parse the float number out
so i can compare if one value is bigger than another
how do i write the above in actual javascript code =(