[Proto-Scripty] Collecting checked checkboxes

2010-01-11 Thread Hussein B
Hey, I have a checkbox in front of each row in my table. Upon clicking on submit button, I want to collect the checked boxes and send values via Ajax request. How to iterate over the checked boxes? Thanks for help and time. -- You received this message because you are subscribed to the Google

[Proto-Scripty] Re: Collecting checked checkboxes

2010-01-11 Thread Hussein B
).checked==true) { array.push($(e).value); } }); where input type=checkbox class=myClassName value=I am checked / HTH Alex Mcauleyhttp://www.thevacancymarket.com - Original Message - From: Hussein B hubaghd...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous