After
Insert content, specified by the parameter, after each element in the set of matched elements.
<div>
<p id="blockAfter">Click Me</p>
<?php
echo YsJQuery::newInstance()
->onClick()
->in('#blockAfter')
->execute(
YsJQuery::after()->in('this')->content('<b> Hello</b>')
)
?>
</div>
Click Me

Support requests, bug reports, and off-topic comments will be deleted without warning.