Checkin input text value in table.
Hi,
I would like to check the value of my input text in a table when I input it.
All these input text have an id that starts with the same letter (q)
I've tryed in this way:
$('input[id^=q]').keyup(function() {
})
Thanks in advance
Tegatti