I use .append to add to a div
.append
$(this).append(\'test\');
how can I search for a
Opposite up is children(), but opposite in position is prepend(). Here a very good tutorial.