SyntaxFix
Write A Post
Hire A Developer
Questions
If you use jQuery built-in after() with empty value it will create a dynamic object that will match your :after CSS selector.
after()
:after
$('.active').after().click(function () { alert('clickable!'); });
See the jQuery documentation.