Mam oto taki kod:
Jak pobrać te inputy za pomocą jQuery?
Próbuję tak:
$("input[@name='test[]']");
jednak mam błąd:
Błąd: uncaught exception: Syntax error, unrecognized expression: [@name='test']
$("input[@name='test[]']");
Błąd: uncaught exception: Syntax error, unrecognized expression: [@name='test']