Yes. That was the problem.
After I did post it here, I did realize the dumb mistake I've done :ninja: Thanks a lot for the reply! amuhlou wrote: > > > It looks like $("#list_sucesso dt dd").remove(); is the problem. The > way you've written the selector, it would look inside the <dt> for the > <dd> to remove. > > $("#list_successo dl dd").remove(); should get the one you're after. > > > > > -- View this message in context: http://www.nabble.com/Jquery-remove-dd-problem-tp21747270s27240p21749870.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.