Response title
This is preview!
$.ajax({
type: "GET",
url: "http://localhost/jargonterms.xml",
dataType: "xml",
success: function(xml)
{
terms = $(xml).find('term');
desc = $(xml).find('description');
highLight(document.getElementById('iContentHolder'));
}
}); //close $.ajax(
highLight($('#iContentHolder'));
© 2013 jQuery Foundation
Sponsored by and others.