jQuery BBQ,将 HREF 与一组类深度链接 --- 可能吗?
目前,我对 jQuery BBQ 的理解是它要求我使用像 href="#/stufff/123/13"
这样的 href 问题是它要求我在整个网站的所有 URL 中添加 #,这意味着非 - javascript 浏览器无法使用该网站...
我的问题是,有没有一种方法可以简单地向我想要深度链接的所有 HREF 添加一个类?像 class="deep-link-it-please" 这样的东西......想法?它还在 Rails 中造成了一个头痛,它使用 link_to ,它不支持在 URL 之前添加哈希 # ..谢谢
Currently, my understanding of jQuery BBQ is it requires me to use an href like href="#/stufff/123/13"
Problem with that is it requires me to add a # to all my URLs throughout the site which then means non-javascript browsers can't use the site...
My question, is there a way I can simply add a class to all HREFs I want deep linked? something like class="deep-link-it-please".... Ideas? It also creates a headache in Rails which uses link_to which does not support adding a hash # before the URL.. thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
向您想要隐藏的链接添加哈希怎么样?
What about adding a hash to the links you want to hijax?
如果您打算劫持网址,则不需要将哈希添加到网址中。通过我的 div#container 内部的正常链接,使用此实现一切似乎都工作正常:
You shouldn't need to add the hash to your urls if you plan on hijacking them anyway. With normal links inside of my div#container and everything seems to be working fine using this implementation: