Siblings
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
<div>
<div>
<div class="border_block"></div>
<div class="border_block"></div>
<div class="border_block" id="divSiblings">< siblings ></div>
<div class="border_block"></div>
<div class="border_block"></div>
</div>
<br><br><br><br><br><br>
<input type="button" id="btnRunSiblings" value="Run" />
<?php
echo
YsJQuery::newInstance()
->onClick()
->in('#btnRunSiblings')
->execute(
YsJQuery::siblings()->in('#divSiblings'),
YsJQuery::css('background-color','blue')
)
?>
</div>
< siblings >

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