How do I prevent a form from submitting using jquery?
I tried everything - see 3 different options I tried below, but it all won\'t work:
$(docu
$('#form') looks for an element with id="form".
$('#form')
id="form"
$('form') looks for the form element
$('form')