yo(selector).remove()

Remove the DOM Elements defined by the selector;

yo('.myclass').remove();

Go to index