将文本网址转换为可点击的链接

时间:2011-03-03 12:46:39

标签: javascript

我一直在这种情况下乱跑,我已经尝试了我在stackoverflow中找到的所有答案,并尝试使用linkify但是没有成功,无法使其工作,我宁愿不必使用任何Javascript库,jquery,mootools等......

所以这就是我想要实现的目标;

我的每个帖子都有评论部分,我希望每次用户在评论中发布网址时都会显示:

<div id="container">
Nice, here is the respective link that you were asking for: www.linkforanywebsite.com
</div>

变成了这个:

<div id="container">
Nice, here is the respective link that you were asking for: <a href="www.linkforanywebsite.com">www.linkforanywebsite.com</a>
</div>

非常感谢任何指南/ jsfiddle工作示例

感谢您的时间和帮助!

0 个答案:

没有答案