Hi guys, can you help me with some javascript ?
i've got this javascript here https://www.fmcodes.com/t995p25-add-verified-icon-next-to-nicknames?highlight=verified
and here's the javascript i used :
its works well but, how to add the icon too in here?
i prefer use the javascript instead the css here cuz with this javascript, the icon having a description when hover
my forum http://beta-template.indonesianforum.net/t212-arawrwaawtwataw
i've got this javascript here https://www.fmcodes.com/t995p25-add-verified-icon-next-to-nicknames?highlight=verified
and here's the javascript i used :
- Code:
//*Verified system. Copyright ️ 2014 by www.fmcodes.com All Rights Reserved
jQuery(document).ready(function() {
$('p.author a[href="/uID"]').after('<img src="http://i56.servimg.com/u/f56/17/97/98/69/verifi10.png" style="padding-left: 4px;" alt="Verified" title="Verified">');
});
its works well but, how to add the icon too in here?
i prefer use the javascript instead the css here cuz with this javascript, the icon having a description when hover
my forum http://beta-template.indonesianforum.net/t212-arawrwaawtwataw