kiran.j

kiran.j


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • XML Parsing with jQuery
    02/21/2011 - 06:50

    <values id='one'>one</values>
    <values id='two'>two</values>
    <values id='three'>three</values>

    can anybody plese tell how to retrieve this xml..
    i am using IE8 browser.
    I tried

    success: function(xml) {
     $(xml).find("values").each(function()
     {
       alert('demo');
     });
    }

    but its not working.