Find any type of url, and replace "click here" text with regexp jquery
- by Takács Zsolt
Hi!
I need a little script in jQ because I have to change the long urls to a shorten "click here" text. I want to change only the url text not the value of href's attrib like this:
<a href="http://verylongurl.ext/ohshitwhatlongisit/yaythatstoolongforme">http://verylongurl.ext/ohshitwhatlongisit/yaythatstoolongforme</a>
to..
<a href="http://verylongurl.ext/ohshitwhatlongisit/yaythatstoolongforme">click here</a>
The script must work on any possible type of url for example: http: https: ftp: and so on...
tyvm girls and guys!
Regs!