Hello! How can I select all checkbox inputs which names/ids starting with "xxx"? I tried this, but not working:
$('input[name=xxx*]')
Hello! How can I select all checkbox inputs which names/ids starting with "xxx"? I tried this, but not working:
$('input[name=xxx*]')