Can anyone tell me how I can remove a # value in adres bar in case of a jquery.addres.value
This is my code in a existing wordpress theme. I have setted SEO urls but the # is still in url after click on menu item.
var path = (base + "/" != jQuery(this).attr('href'))
?jQuery(this).attr('href').replace(base, "") : "/";
jQuery.address.value(path);
Regards