我想要一种从 url 获取单个锚变量,然后附加特定内的所有链接的方法。与锚变量
我想要一种从 url 获取单个锚变量,然后使用锚变量附加特定内的所有链接的方法。
即获取变量的当前网址: http://www.bestforbusiness.com#a_aid=affname& a_bid=34837e17
div中当前链接用于替换: 澳大利亚
结果应该是: Australia
我不介意它是用 javascript 还是 Jquery 完成的需要一些帮助将它们拼接在一起,因为我在 javascript 方面是一个菜鸟。
希望这足够清楚,预先感谢
I would like a way to get individual anchor vars from a url and then apend all links within a specific with the anchor vars.
i.e. Current url for get vars: http://www.bestforbusiness.com#a_aid=affname&a_bid=34837e17
current links in div for replacement:<a href="http://australia.bestforbusiness.com">Australia</a>
The result whould be:<a href="http://australia.bestforbusiness.com#a_aid=affname&a_bid=34837e17">Australia</a>
I dont mind if it is done with javascript or Jquery just need some help stiching it all together as i am a noob when it comes to javascript.
Hope this is clear enough, thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个:
Try this:
使用 Jquery
Using Jquery