Solved
Forum Discussion
saikumarn
5 years agoAdvisor
Please use dot (.) before class name.
Ex:
<@liaAddScript>
; (function ($) {
console.log('Adding anchor to article');
$('<a name="appliesTo">your link</a>').insertBefore(".kbsync-applies-to");
})(LITHIUM.jQuery);
</@liaAddScript>
- jeffshurtliff5 years agoBoss
Adding the dot before the class name did the trick! Thanks!
Related Content
- 7 months ago
- 12 years ago
- 6 months ago