Hi.........can anybody help me out to come out of this????
On Sep 5, 7:50 pm, "g...@iec" <abhi.pur...@gmail.com> wrote: > Hi All, > > I got stuck in a situation. > > I have to remove a node from XML using jquery but remove() and empty() > is not working. > > var xmlData = {xml document}; > $(xmlData).find({node}).each(function(){ > $(this).remove(); or $(this).parent().empty(); > > }) > > This work fine for firefox but not work in ie. > > Can anybody provide me with some workaround so that i'll be able to > remove node from XML. > > Thanks to all for their suggestions in advance.