PrependTo
Insert every element in the set of matched elements to the beginning of the target.
<div>
<div style="display:none">
<span id="templatePrependTo">Hello </span>
</div>
<p id="blockPrependTo">World :Click Me</p>
<?php
echo
YsJQuery::newInstance()
->onClick()
->in('#blockPrependTo')
->execute(
YsJQuery::prependTo('#blockPrependTo')->in('#templatePrependTo')
)
?>
</div>
World :Click Me

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