Can this easily be done with something like this?
$('a').mouseover(function(){
('a').attr('href','http://www.urlshowninbrosweronmouseover (dot) com');
});
Goal would be to have aff links look (when someone mouses over) like I'm linking directly to www.merchant (dot) com but in reality have the link go to www.mytrackingplatform (dot) com and then redirect normally.
Can this be done?
$('a').mouseover(function(){
('a').attr('href','http://www.urlshowninbrosweronmouseover (dot) com');
});
Goal would be to have aff links look (when someone mouses over) like I'm linking directly to www.merchant (dot) com but in reality have the link go to www.mytrackingplatform (dot) com and then redirect normally.
Can this be done?