javascript - prevent page from reloading after form submit -


is there way detect , stop if page reloading.

i have page getting reloaded after successful submission of form present in it. want have event listener sees if page reloading , should stop being reloaded.

i cannot return false; sucessful submit of registration form

you have submit form using ajax avoid refreshing entire page.

this can accomplished regular javascript made easier jquery http://api.jquery.com/jquery.ajax/


Comments

Popular posts from this blog

c# - how to use buttonedit in devexpress gridcontrol -

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

how to display 2 form fields on same line with bootstrap -