[jQuery] Re: Variable in :eq() with jquery.calculation

2009-08-26 Thread betweenbrain
Hi Charlie, Thanks for the response. Yes, I'm trying to loop it (and kind of new to this). Some of the syntax was derived from examples I found online. I'm away from that project at the moment but will give it a shot and get back ASAP. Thanks! Matt On Aug 25, 5:56 pm, Charlie wrote: > I migh

[jQuery] Re: Variable in :eq() with jquery.calculation

2009-08-25 Thread Charlie
I might be off base here but your recalc function code looks like you are expecting a loop to occur through all of the $("input[name^=module-]") I don't think this will occur without using $.each or a "for" loop therefore you won't get any incrementation in "i". Also I've never seen "i=++", m