i can simply remove checked checkboxes with this code
$(".ImdbAddArtist:checked").slideUp('slow');
however, i cannot delete checkbox's texts
How can i do that ?
For example
<input type="checkbox" value="1500-374-Tom Cruise" class="ImdbAddArtist" name="artist[]">Tom Cruise
for example, when i remove with this code
$(".ImdbAddArtist:checked").slideUp('slow');
It only removes checkboxes.How can i remove also text? In example, it's Tom Cruise