Given the following html, is there a selector that allows me to get both based on type?
type
This should help:
$('input[type="text"], input[type="button"]');