I want to use a JQuery \"check all\" function in a form like this: http://jetlogs.org/jquery/jquery_select_all.html
My problem is I am generating my form from a php scr
$("input[name='smsid[]']")
This code works fine for me...