Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The method to delete all items with a particular class from the DOM using jQuery is:

$(".className").remove();

This will remove all DOM elements that have the specified class.