[jQuery] Re: JQuery XML and FusionCharts

2009-07-20 Thread shamasis
yes, a sample implementation would do great. btw, what messages do you get if you run FusionCharts when debugMode is enabled? On Jul 17, 6:32 pm, JD wrote: > 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

[jQuery] Re: JQuery XML and FusionCharts

2009-07-17 Thread Mean Mike
can we see what you get back or can you put up a sample page ? Mean Mike On Jul 17, 9:32 am, JD wrote: > 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

[jQuery] Re: jQuery & XML

2009-05-24 Thread Thomas
Ohhh, now that I've read the code you're using to grab the attribute value... In your alert(), try alert(attribute["image"].text()); instead of alert(attribute["Image"].text()); (note the lowercase i). But the easiest solution (if it works) would be the direct selector approach from my firs

[jQuery] Re: jQuery & XML

2009-05-24 Thread Thomas
If I understood correctly, all you still want to do is to find a way to get the text of the node that has the attribute "size" with a value of "medium". The straightforward jQuery selector for that would be: "image[size=medium]" So you were nearly there in your second post. Try: var mediumUrl

[jQuery] Re: jQuery & XML

2009-05-23 Thread Danny Nolan
So, first: html = '' + ($(this).find("titletext").text()) + '\n\n'; Create a variable with the code needed. $("div").append($(html)); Then dump it to the div. Order and logic you need to figure out, but thats an example of how to dump a xml returned result into a file. --- On Wed, 5/20/09,

[jQuery] Re: jQuery & XML

2009-05-21 Thread alex
OK, so now I have a new method of going about things and I'm so nearly there, but can't get it working. I'm using this piece of Javascript modified from a d'bug post http://itiz.in/12u7 If I remove the "medium" from the mix, I get an alert box with all three image URLs, no spaces. If I add "medi

[jQuery] Re: jQuery & XML

2009-05-20 Thread alex
Solved the URL thing, that was me being lazy and not thinking hard enough $('p.track').append("" + $(this).find("name").text() + ""); That thankfully means that I'll be able to embed the image, but I'm still not sure how to select it. I've tried find("image size=\"medium \"") but it didn't work.

[jQuery] Re: JQuery XML Manipulation

2009-03-13 Thread Tony
; send it to the server. > > Shashank > > > From: jquery-en@googlegroups.com [jquery...@googlegroups.com] On Behalf Of > Tony [t...@trirand.com] > Sent: Friday, March 13, 2009 6:05 AM > To: jQuery (English) > Subject: [jQuery] Re: J

[jQuery] Re: JQuery XML Manipulation

2009-03-13 Thread Shashank Tilwalli
hank From: jquery-en@googlegroups.com [jquery...@googlegroups.com] On Behalf Of Tony [t...@trirand.com] Sent: Friday, March 13, 2009 6:05 AM To: jQuery (English) Subject: [jQuery] Re: JQuery XML Manipulation Hello, You can use a datatype parameter as function. This way

[jQuery] Re: JQuery XML Manipulation

2009-03-13 Thread Tony
Hello, You can use a datatype parameter as function. This way you can manipulate the xml before send them to the grid. Refer to the documentation and examples on how to do this. Regards Tony On Mar 13, 1:10 am, stilwalli wrote: > Hello Developers, > > I am usingjqGridplugin of JQuery for displa

[jQuery] Re: JQuery XML Manipulation

2009-03-11 Thread stilwalli
stilwalli wrote: > > 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

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

2009-03-09 Thread Samuel
Yes I tried JSON laterly, and it works so greatly. On Fri, Feb 20, 2009 at 5:30 AM, akzhan wrote: > > How to reproduce this problem? > > By the way, Json format is more attractive way for data exchange (Json > included into core or additional modules of all known Web server > platforms)... > >

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

2009-02-20 Thread akzhan
How to reproduce this problem? By the way, Json format is more attractive way for data exchange (Json included into core or additional modules of all known Web server platforms)... On 20 фев, 12:02, Samuel wrote: > Is there any solutions for this? I have a similar problem. > > I've added mimety

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

2009-02-20 Thread Samuel
Is there any solutions for this? I have a similar problem. I've added mimetype="text/xml" in Django's views.py It works well on firefox, opera and chrome, but not working on all IE browsers, and the webkit kerneled browser on adroid. Thanks for your helps. On Sat, Feb 14, 2009 at 9:26 PM, cindy

[jQuery] Re: jQuery / XML / IE

2008-12-01 Thread JOE VELEZ
Jemo - Your link appears to be working in IE7 ... probably since you've updated your script since this posting/solution below. Do you have your original code that wasn't working? It would be nice to see the differences in your code. Thanks - Joe

[jQuery] Re: jQuery / XML / IE

2008-11-14 Thread Jemo
Much appreciated On Nov 13, 5:09 pm, ken <[EMAIL PROTECTED]> wrote: > http://dev.jquery.com/ticket/3143 > > http://docs.jquery.com/Specifying_the_Data_Type_for_AJAX_Requests(the code > block) > > On Thu, Nov 13, 2008 at 10:37 AM, Jemo <[EMAIL PROTECTED]> wrote: > > > OK, this works marvelously in

[jQuery] Re: jQuery / XML / IE

2008-11-13 Thread ken
http://dev.jquery.com/ticket/3143 http://docs.jquery.com/Specifying_the_Data_Type_for_AJAX_Requests (the code block) On Thu, Nov 13, 2008 at 10:37 AM, Jemo <[EMAIL PROTECTED]> wrote: > > OK, this works marvelously in Safari and Firefox for the Mac as well > as Firefox for the PC but it doesn't w

[jQuery] Re: jQuery / XML / IE

2008-11-13 Thread Mike Alsup
> 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/ Works ok in IE7

[jQuery] Re: Jquery Xml and XPath

2008-11-11 Thread Karl Swedberg
On Nov 11, 2008, at 12:09 PM, Klaus Hartl wrote: XPath is not supported by jQuery (since a while). There once was a plugin that adds support, but I am not sure if that is maintained still. It still works. you can find it here: http://plugins.jquery.com/project/xpath --Karl Kar

[jQuery] Re: Jquery Xml and XPath

2008-11-11 Thread Klaus Hartl
XPath is not supported by jQuery (since a while). There once was a plugin that adds support, but I am not sure if that is maintained still. --Klaus On 11 Nov., 15:59, BogN <[EMAIL PROTECTED]> wrote: > I am trying to load an xml , and then to query the xml through xpath. > > I am trying to load

[jQuery] Re: jquery xml help

2008-02-01 Thread [EMAIL PROTECTED]
Hi, I'm fairly new to all of this myself, but my guess would be that there are two things wrong with the script. 1. you need a syncronous call to fill the xml at the start (now it's asynchronous and the xml might not be read when you call findProjectAnchor 2. the line: var datascapeAnchorsXml = $

[jQuery] Re: jquery xml help

2008-01-28 Thread Tony
Sorry for the bad post - in this case you should use $.ajax with asyn:false. The $.get(...) does not have such option. On Jan 28, 2:46 pm, Tony <[EMAIL PROTECTED]> wrote: > Not sure, but you can try(if possible with async:false), something > like > jQuery(function($){ > > $.get("projects/data

[jQuery] Re: jquery xml help

2008-01-28 Thread Tony
Not sure, but you can try(if possible with async:false), something like jQuery(function($){ $.get("projects/datascapes.xml", {async:false}, function(xmlData, strStatus){ var datascapeAnchorsXml = $(xmlData); }); Regards Tony On Jan 25, 5:25 pm, "Alexandre Plennevaux" <[EMAI

[jQuery] Re: jquery xml help

2008-01-28 Thread Alexandre Plennevaux
hi yanski, thanks for your suggestion. if i do it like that, will the user download the xml file each time the function is called? On Jan 26, 2008 10:40 AM, Yansky <[EMAIL PROTECTED]> wrote: > > I'm not 100% sure what you're try to do, but here's what I might do: > > UI.dsAnchor = function(UI.it

[jQuery] Re: jquery xml help

2008-01-26 Thread Yansky
I'm not 100% sure what you're try to do, but here's what I might do: UI.dsAnchor = function(UI.item, UI.sortBy){ $.get("projects/datascapes.xml", function(xmlData){ return $(xmlData).find(UI.sortBy+'[title="' + UI.sortBy + '"]// item:contains("' + UI.item + '")'); }); } I have no i