查找特定 div 中的 URL 并使它们可点击
可能的重复:
用 HTML 链接替换文本中的 URL
我很想知道这是否是可能的。在我的网络应用程序中,我有一个“注释”部分(基本上是一个
-> 输入 Note =“这是一次很棒的会议,客户提到要查看 http://www.example.com "
因此,请记下该注释并找到 URL,并在将注释提交到数据库后将其设置为可点击,
我不确定使用 jQuery 是否最好。解决方案或者我是否应该使用服务器端脚本或类似的东西,
我们始终感谢您的帮助! 干杯。
Possible Duplicate:
Replace URLs in text with HTML links
I am curious to know if this is possible. In my web app, I have a 'notes' section (basically a single <textarea>
. and when the user is inputting information I would like it if there could be a 'search' function to find if the user input a URL into the 'note'.
IE->Enter Note = "This was a great meeting, the client mentioned to look at http://www.example.com "
So take that Note and find the URLS and make them CLICKABLE after they submit the note to the DB.
I am not sure if using jQuery would best the best solution or if I should use a server side script or something of that nature.
Your help is always appreciated!!
Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过js中的简单正则表达式:
via a simple regex in js: