How can I determine if an element exists on a page... for instance...
$('select[name="modifier_option"]')
If that select box exists on the screen I need to validate it's value on the page to ensure it's value is > 0, but if it doesn't exist I don't need to worry about it.