tags:

views:

28

answers:

2
<form method="GET">
...
</form>

Like the default action of submiting a form?

+2  A: 

You could always pass # or window.location.href as URL...

David Hedlund
# is wrong in fact,should be ""
+1  A: 

did you try $.get(""); ?

Vasiliy Stavenko
Very strange,$.get("") works,but not $.post("")