I have a normal HTML form in which it is supposed to prevent default form submit and post the values by Ajax. It is not working with my setup Please help me where I went wr
$('#submit').click(function(e){ //call ajax e.preventDefault(); })