我正在尝试在我的网站中使用 ajax 代码。我的问题是我只想使用链接的最后一部分..否则哈希值将变为此处:
http://localhos./~ytsejam/wlog/public/#http://localhos./~ytsejam/wlog/public/index.php/
这是我用于散列的行和 ajax 代码:
window.location.hash = $(this).attr('href').substr(0,$(this).attr('href').length-4);
这是我在源代码中的菜单项
<li><a href="http://localhos./~ytsejam/wlog/public/index.php/abouts">HAKKIMIZDA</a></li>
.
如何更改 subsrt 值以在此处工作?