In jquery mobile I m using
$('#somebutton').click(function () {
$.mobile.changePage("#searchResult", "slide");
});
to change to another page. This #searchResult is getting added in the URL I don’t want that to happen …. So how do I remove that from URL.
Thanks in advance.
try this:
from the JQM documentation