【发布时间】:2011-09-27 20:08:14
【问题描述】:
如何使用javascript更改#标签+字符链接
This is going #right on the way
与
This is going <a href="http://twitter.com/#!/search/right">right</a> on the way
即使这样也是可以接受的
This is going <a href="http://twitter.com/#!/search/right">#right</a> on the way
不同类和id中的#(hash)标签的页面很多
【问题讨论】:
-
如果你可以在服务器端做,请做。 (即使用 PHP)
-
@kelly 有没有办法用 javascript 做到这一点..!!
-
这个Q其实是stackoverflow.com/questions/7275650/…的复制品
标签: javascript jquery hyperlink tags