form submit reload #188
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
$('#form-id').submit();not work? It reloads pageIf click submit button- then works
I don't know how jquery's submit method works. If you're using jquery anyway, why don't you use jquery-pjax?
jquery-pjax gives errors in my case
this library work perfect
I can use hidden submit button, but it looks not beautiful as for me