[jQuery] Re: driving me mad - ajax

2008-12-09 Thread ToonMariner
Thanks for the replies everyone. STILL haveing problems though... put my code here... http://pastebin.com/m25b8f3bd the highlighted line returns the correct number of results in FF etc. IE always returns 0. and here is a sample of my xml... http://pastebin.com/m454b2894 Validated it and

[jQuery] driving me mad - ajax

2008-12-08 Thread ToonMariner
Ok I have the following code which retreives and xml file - the code then locates each 'description' node and loads the contents into an array. It then loops through each 'term' in teh xml file and looks for that string withint the specified container. if found the terms is wrapped in a span. A

[jQuery] code not functioning if ajax request is executed...

2008-12-05 Thread ToonMariner
Hi people I have the following code which works fine independandtly but NOT when used together... here's the code [code] $(document).ready ( function() { $("ul li div.info").hide(); $("ul.profiles li h3").hover ( function() { $(this).css({"cursor":"pointer"})

[jQuery] ajax request stops rest of code working

2008-12-05 Thread ToonMariner
Hi people I have the following code which works fine independandtly but NOT when used together... here's the code [code] $(document).ready ( function() { $("ul li div.info").hide(); $("ul.profiles li h3").hover ( function() { $(this).css({"cursor":"pointer"})