[jQuery] Re: Replacing DIV with XML

2008-11-26 Thread Dipi Evil Danger
Didn´t worked. And returned no errors. :( Now it don´t anything load at all. 2008/11/26 Dipi Evil Danger [EMAIL PROTECTED] Awesome! Thanks a lot. I´ll try it now. 2008/11/25 ricardobeat [EMAIL PROTECTED] Hi, 1. appendTo() appends content: adds content after everything that already

[jQuery] Re: Replacing DIV with XML

2008-11-26 Thread Dipi Evil Danger
Awesome! Thanks a lot. I´ll try it now. 2008/11/25 ricardobeat [EMAIL PROTECTED] Hi, 1. appendTo() appends content: adds content after everything that already exists. You can use empty() to remove the contents before appending, that's the exact same result as replace(). 2. replaceAll

[jQuery] Re: Replacing DIV with XML

2008-11-25 Thread ricardobeat
Hi, 1. appendTo() appends content: adds content after everything that already exists. You can use empty() to remove the contents before appending, that's the exact same result as replace(). 2. replaceAll only works the first time because you are replacing the ol element with a div, so on the