I use .append to add to a div
.append
$(this).append(\'test\');
how can I search for a
Use the remove() method:
$(this).children("ul").remove();