Re: [jQuery] get value of checked checkboxes into a list

2009-12-29 Thread yaser.yt
I'm in a very similiar setting (using Grails): I want to implement batch actions over the selected table rows. I added checkbox to each table row: tdinput type=checkbox id=rowCheckBox value=${instance.id}//td Then I used the below script to send ALL the selected ids to an action in the

[jQuery] get value of checked checkboxes into a list

2008-01-10 Thread Duncan
All, I am lost right now, still pretty green with jQuery. I have a number of checkboxes on a page input type=checkbox name=listProductID value=2 input type=checkbox name=listProductID value=3 input type=checkbox name=listProductID value=4 input type=checkbox name=listProductID value=5 and a