I’m using JQuery mobile and have a search button
<form class="search">
<input type="search" name="search" id="search-basic" value="" />
</form>
When I submit the form, it’s automatically reloading the page with ?search=xxx string on the end, so mob.site.com/?search=wibblefor example.
I actually need the search feature to simply load a new page of mob.site.com/search?search=wibble instead of loading on the same page and I can’t find how to do this.
Is there an easy way to overwrite the default destination function?
ta
You should be able to just add action=”/search”