how to remove a jquery element code example Example 1: remove item jquery $( ".hello" ).remove(); Example 2: jquery div element find and remove $(".hello" ).remove();