jQuery attribute selector for multiple values

This should help:

$('input[type="text"], input[type="button"]');

Leave a Comment