Reputation: 341
I would like that page is reloaded ONLY once, with jquery, but only if on page is specific form with unique ID, is that possible even?
Thanks!
Upvotes: 0
Views: 377
Reputation: 33381
It can be done:
$(document).ready
to check for your form / "magic" IDdocument.referrer
isn't yourselfUpvotes: 2