[jQuery] Re: Jquery remove dd problem

2009-01-30 Thread NicholasPufal
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 for the

[jQuery] Jquery remove dd problem

2009-01-30 Thread NicholasPufal
Hi, I'm currently using the plugin jQueryForm. With it I want to retrieve some info from the Ajax request. In order to do that, each time the user submit the form, I need to clean the information retrieved previously. In my XHTML code I have some div in charge of those messages, which is this: