I have a dynamic page working with the jquery hashchange plugin and works fine but i can't make work a form submitted with ajax in the same page the url is http://www.2kp.com.ar/DynamicPage/
i dont know why the data of the form go to the url via get
I almost crazy with this
Thank you
Try adding method="post" in the <form> tag
method="post"
<form>
Here is how I did it http://www.visibilityinherit.com/code/jquery-ajaxsubmit.php
I have a dynamic page working with the jquery hashchange plugin and works fine but i can't make work a form submitted with ajax in the same page the url is http://www.2kp.com.ar/DynamicPage/
i dont know why the data of the form go to the url via get
I almost crazy with this
Thank you
Try adding
method="post"in the<form>tagHere is how I did it http://www.visibilityinherit.com/code/jquery-ajaxsubmit.php