How to load an affiliate cookie using this jquery?
$('a').click(function(e) {
var affiliate = $(this).attr('class');
// do something with it
return false;
}) I tried <img src="amazon aff url"> but that didn't work...
-
phpbbxpert -
Thanks
{{ DiscussionBoard.errors[3034904].message }} -