<form method="GET">
...
</form>
开发者_开发知识库
Like the default action of submiting a form?
You could always pass # or window.location.href as URL...
did you try $.get(""); ?
<form method="GET">
...
</form>
开发者_开发知识库
Like the default action of submiting a form?
You could always pass # or window.location.href as URL...
did you try $.get(""); ?
精彩评论