The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
[HELP]someone knowledgable in jQuery
so we have a html link
Code:
<a href="http://google.com">Google</a> Code:
return this.each(function(){ var link = $(this); var url = settings.service .replace("__URL__" , link.attr("href")) .replace("__DOMAIN__", link.attr("href") .replace("http://","").replace("https://", ""));.......more code but i want to target a link like this Code:
<a href="out.php?link=http://google.com">Google</a> i have tried many ways, and looking at this code the obvious replace has been done replace("out.php?link=http://","").replace("out.php?link=https://", "") im stuck, i set a demo up HERE |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|