I have one HTML
The form has only one action=\"\" attribute.
action=\"\"
However I wish to have two different target=\"\" attribu
target=\"\"
HTML:
JS:
$('form').submit(function(ev){ ev.preventDefault(); console.log('clicked',ev.originalEvent,ev.originalEvent.explicitOriginalTarget) })
http://jsfiddle.net/arzo/unhc3/