I am trying to invoke a form validation when clicked on ordinary button. This seems to work good with jQuery, but not with plain javascript. Can anyone explain this
The DOM submit() method does not trigger submit events. jQuery's does.
submit()