I'm using this selector:
$('[name^=item]').map(function()
{
});
To access a group of checkboxes with names like:
item[1], item[2], item[3], item[4]
It works fine, but when trying to access only the selected ones, I can't find 
the way...
$('[name^=item]:checked').map(function()
{
});
This doesn't work...




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to