I have a form, and when I submit him I execute multiple script. Here is my code:
$(\"#RequestCreateForm\").submit(function (e) { if ($(\"#RequestCreateForm\"
return; is the same thing as e.preventDefault();
try
$("#RequestCreateForm").trigger('submit');