Howdy, I got a page loaded with $.ajax()
jQuery method.
Basically, I got a search form on this page that updates results.
Now wondering... How to submit AJAX form on that page? I tried to use window.location.href
and not provide url in $.ajax()
method but it loads (on success) the main page.
Any ideas?