How to parse XML string value using jQuery ?
- by Vijay
Hi All,
I am new to jquery. I am trying to parse xml string using jquery. I have found one sample code;
$(function() {
$.get('data.xml', function(d)
{
var data = "";
var startTag = "<table border='1' id='mainTable'><tbody><tr><td style=\"width: 120px\">Name</td><td…