Skip to content Skip to sidebar Skip to footer

Chart Is Rendered In Chrome, But Not In Ff And Ie

H ey there, I am developing small web-application based on a lot of PHP and JS code and by chance opened the current index.php in Firefox instead of Chrome (my main dev browser). I

Solution 1:

Can you try to use the below code

var x=xmlData.body.all.tags("row");

or

var x=xmlData.all.tags("row");

Hope it helps.

Post a Comment for "Chart Is Rendered In Chrome, But Not In Ff And Ie"