[jQuery] jquery xml data

2009-12-27 Thread youngenergy
http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns="http:// tempuri.org/"> 10,16,12,13,14,15,11,17 korayo 130 how to assing XML data to bellow values with jquery , thanks yetki = 10,16,12,13,14,15,11,17 user = korayo totalfile = 130

[jQuery] JQuery XML and FusionCharts

2009-07-17 Thread JD
Hi guys, I have an AJAX request which passes back some xml data, at the moment I am only interested in one of the nodes, so I do var onlyChartData = jData.find ("chart"); This appears to work fine as I can $(xmldiv).append (onlyChartData); and it's appends it to the div. However I cannot aler

[jQuery] jQuery & XML

2009-05-20 Thread alex
I have this XML file, and I've gotten a few values from it, but I need one more, a create a variable from it, and insert that in to an img tag. XML : http://itiz.in/idvt JS : http://itiz.in/318m So as is clear, getting the track name etc. is fine, but I want the medium sized album art to be inse

[jQuery] JQuery & XML not parsing/consuming properly

2009-03-17 Thread sl
hi, I've looked through at awfaul lot of posts/articles and haven't been able to get this thing working. The xml and the jquery code is below. The problem ive been getting is that despite the xml being successfully load from the ajax call and despite the jquery loop looping through the xml no act

[jQuery] JQuery XML Manipulation

2009-03-12 Thread stilwalli
Hello Developers, I am using jqGrid plugin of JQuery for displaying data in a grid. I am wanting to manipulate the data xml dynamically. For instance say I have an xml like 10 raj 20 caj Now when I say add row, I would like to add an data to the row (which I am able to do it). But I am

[jQuery] JQuery XML parsing is not working in IE?

2009-02-14 Thread cindy
Hi, all, I have used following code to parse XML file, it works very well for firefox, but not for IE. Can any one told me why and solution ? Thanks! (rXml).find("wired_port").each(function() { var o=new Object(); o.port=$("number",

[jQuery] jQuery / XML / IE

2008-11-13 Thread Jemo
OK, this works marvelously in Safari and Firefox for the Mac as well as Firefox for the PC but it doesn't work worth spit in IE. I would appreciate any assistance. It's just reading form a simple XML file to output information in divs. http://rationalogic.com/xml/

[jQuery] Jquery Xml and XPath

2008-11-11 Thread BogN
I am trying to load an xml , and then to query the xml through xpath. I am trying to load an xml, and then to query it using xpath. i've tried this: $.ajax({ type: "GET", url: "Menu.xml", dataType: "xml", success: function(xml) { $(xml,'/Root/Item').each(...); } } T

[jQuery] jquery xml help

2008-01-25 Thread Alexandre Plennevaux
Hello again, gosh this should be so easy yet i can't make it work. Here is what i'm trying to do: i have a data structure stored as an xml file. I need to load this structure once at the start of the application. I need a function to search through this data structure and return the correspo

[jQuery] jquery xml parsing issue

2007-10-01 Thread HelloGoodbye
hello dear jquery community. recently i've run into a really strange problem when parsing xml received via ajax; XMLstructure: ... the xml file is well structured as i've checked it a couple of times myself. now the code: $.ajax({type: "POST", url: loc

[jQuery] jquery+XML

2007-08-10 Thread Jimmy Neph
Hi! I have a func to read a XML file to load a image. Well. At the first time it works fine, but, when I reload the page, the script don't load the image, and don't return a error. Here the code: document.myImage.onload = function(){ $("#img").fadeIn(); $("#ajax-loader").css("display","block"