I\'m not very familiar with jQuery. I\'m trying to make a form that is submitted in the background without reloading page.
I have a hidden div which shows and hides
Please check which jQuery version you are using because in after jQuery 1.8.2 "success" function from jQuery Ajax is deprecated.
Use e.preventDefault() to prevent actual submit event.
e.preventDefault()