novello88 Utente Attivo 3 Mar 2012 103 1 0 29 Mar 2012 #1 Ciao a tutti, come faccio a cancellare un elemento con jQuery? Ciao e grazie in anticipo
maxbossi Amministratore Membro dello Staff ADMIN MOD 25 Feb 2003 2.024 43 48 www.ikiweb.it 29 Mar 2012 #2 Diciamo che cancellare è un termine un po' generico... Comunque credo che i metodi che ti possono interessare sono 3: .remove() https://www.mrw.it/jquery/ref/remove_654.html .detach() https://www.mrw.it/jquery/ref/detach_653.html .empty() https://www.mrw.it/jquery/ref/empty_655.html Ciao
Diciamo che cancellare è un termine un po' generico... Comunque credo che i metodi che ti possono interessare sono 3: .remove() https://www.mrw.it/jquery/ref/remove_654.html .detach() https://www.mrw.it/jquery/ref/detach_653.html .empty() https://www.mrw.it/jquery/ref/empty_655.html Ciao