Remova o item jQuery
$( ".hello" ).remove();
Gleaming Guanaco
$( ".hello" ).remove();
$( ".hello" ).remove();
.remove("#elemnt_id .elemnt_class");
$('#record_nav ul li').on('click', function(e){
$('#record_nav ul li.selected').removeClass('selected');
$(this).addClass('selected');
$('.content').hide();
var id = $(this).data('target');
$(id).show();
});