How can I determine if an element exists on a page... for instance...
$(\'select[name=\"modifier_option\"]\')
If that select box exists on
if( $('select[name="modifier_option"]').length ) { // it exists }