Re: [jQuery] xml / javascript help requested

2006-10-27 Thread Stephen Woodbridge
Hi Sean, look at http://imaptools.com:8081/maps/demo.html and double click on the map, then click the toggle button under the map. This is currently broken on IE, because of http://jquery.com/dev/bugs/bug/164/ (Which I hope gets FIXED soon, please!) You want to use xpath to extract values

Re: [jQuery] xml / javascript help requested

2006-10-27 Thread Matt Stith
you could try this:$.post(proc_loadhistory.php, function(xml){ $(string,xml).each(function() { rawhtml[] = $(this).html(); } $('#output').html(rawxml); // Should show [[object Array]], but this is untested.}Remember thats untested, so dont quote me on it.On 10/27/06, Sean O [EMAIL PROTECTED]

Re: [jQuery] xml / javascript help requested

2006-10-27 Thread Dave Methvin
look at http://imaptools.com:8081/maps/demo.html and double click on the map, then click the toggle button under the map. This is currently broken on IE, because of http://jquery.com/dev/bugs/bug/164/ (Which I hope gets FIXED soon, please!) I think this is breaking a find() case in

Re: [jQuery] xml / javascript help requested

2006-10-27 Thread Jörn Zaefferer
Dave Methvin schrieb: look at http://imaptools.com:8081/maps/demo.html and double click on the map, then click the toggle button under the map. This is currently broken on IE, because of http://jquery.com/dev/bugs/bug/164/ (Which I hope gets FIXED soon, please!) I think this is

Re: [jQuery] xml / javascript help requested

2006-10-27 Thread Danial Tzadeh
Hey all, For XML to JS I use a neat XML2JSON library. Once transfered you have JS native object which you can use much easier than xml. http://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.htmlHope it can help you a bit-Danial Tzadewww.clexus.com On 10/28/06, Jörn Zaefferer

Re: [jQuery] xml / javascript help requested

2006-10-27 Thread Ⓙⓐⓚⓔ
on that page there is like to a page (http://goessner.net/2006/01/remote-json.html)with a simple function to do remote json calls! Pretty cool... A great tool to through into our arsenal! On 10/27/06, Danial Tzadeh [EMAIL PROTECTED] wrote: Hey all, For XML to JS I use a neat XML2JSON library.

Re: [jQuery] xml / javascript help requested

2006-10-27 Thread Stephen Woodbridge
Jörn Zaefferer wrote: Dave Methvin schrieb: look at http://imaptools.com:8081/maps/demo.html and double click on the map, then click the toggle button under the map. This is currently broken on IE, because of http://jquery.com/dev/bugs/bug/164/ (Which I hope gets FIXED soon, please!)