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
Escape internal brackets with \\(no space) - it should fix the problem.
\\
This selector works for me:
$('input[name=items\\[\\]]')