Re: [jQuery] jQuery AJAX woes...Works in Firefox Not IE

2006-10-20 Thread Klaus Hartl
Andrew Chalkley schrieb: > I found this works... > > alert(this.attributes.getNamedItem("val").value + " " + > this.firstChild.nodeValue); > > is there anything simpler - more jQuery-like? Hi Andrew, not yet, the bug you found is a known one and popped up on this list several times.

[jQuery] jQuery AJAX woes...Works in Firefox Not IE

2006-10-20 Thread Andrew Chalkley
I found this works... alert(this.attributes.getNamedItem("val").value + " " + this.firstChild.nodeValue); is there anything simpler - more jQuery-like? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jQuery AJAX woes...Works in Firefox Not IE

2006-10-20 Thread Andrew Chalkley
I have a sample of code that works in Firefox but not IE (6). jQuery code: $.post("xml_listbox.php",{ table: "link_category", value: "cat_id", label: "cat_name" },function(xml){ $("options/option",xml).each( function() {