jQuery:当 url 中存在特定哈希值时触发函数...?
我希望在加载带有 url 中特定哈希值的页面时执行一个函数。
因此,如果我访问 www.mypage.com/hello.html#functionplease ,那么代码就会执行。
有人能指出我正确的方向吗?
任何建议表示赞赏!
I'm looking to execute a function when the a page is loaded with a certain hash in the url.
So if I visit www.mypage.com/hello.html#functionplease
then the code will execute.
Can anyone point me in the right direction?
Any advice appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
substr(1) 删除哈希中的#。
功能很多?没问题!
substr(1) remove the # in hash.
Many functions? No problem!
以下内容应该有效:
希望这会有所帮助!
The following should work:
Hope this helps!
尝试:
看看:http://ajaxpatterns.org/Unique_URLs#Unique_URL_Sum_Demo
try:
have a look to: http://ajaxpatterns.org/Unique_URLs#Unique_URL_Sum_Demo