* Glen Lipka <[EMAIL PROTECTED]> [2006-11-21 20:28]:
> Making huge progress, thanks for the suggestions.  I did it with a long col
> of digits using line-height and animate.
> example:     $("#pricingCol1").animate({    top: col1 * n }, 500);
> n being the line-height.  I suppose I could detect for the line-height and
> do it dynamically.  Hmm.
> 
> check out the effect with the link.
> 
> Now is the HARD part.  I need to add up the numbers in the REL of all the
> checkboxes and map them to the variables for each digit.   I have no idea
> how to do this, but it seems possible.

Not sure I follow. Are you looking to convert ...

var x = 179.95

to

var x = [1, 7, 9, 9, 5]

?

Then feed that to your number presentation widget, which is plugin
worthy, by the way.

-- 
Alan Gutierrez - 504 717 1428 - [EMAIL PROTECTED] - http://blogometer.com/
                Think New Orleans - http://thinknola.com/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to