[jQuery] Modiyfing an XML document with jQuery

2008-05-18 Thread jakoob
Hi, I've been trying to figure out how to work with XML in jQuery for the most part of today as here is what I wanted to accomplish: 1) read in an xml file and convert it to a workable object 2) modify the xml (do adds, removes, and changes to the xml object) 3) convert the xml object back to a

[jQuery] draggable kills children's events?

2008-05-14 Thread jakoob
Hi, I have divs nested inside each other. The most parent div listens for mouse clicks. My problem is when I turn one div to a draggable object, its child is no longer is clickable. Here is a quick model: div01 (I am listening to clicks) -> div02 (draggable) -> -> div03 (problem: when div02 is