autolink-js
autolink-js copied to clipboard
Links with html tags before it
Tested it with this string and it doesn't add links:
var s = '
http://nba.com
'; alert(s.autoLink());Basically, links wrapped in paragraph tags.
if i have css background:url(http://XXX.jpg) in html, then the background will dispear when load autolink.js :( ;