console.log( $('').append( $(itemsXML).clone() ).html() )
See if that works.
On Sat, Jan 9, 2010 at 7:27 PM, Shane wrote:
> Is there a way to print out the structure of a jQuery xml element...
> heres some code
>
> $(xml).find("item").each(function(){
>if(myid == $(this).find("id").text
Is there a way to print out the structure of a jQuery xml element...
heres some code
$(xml).find("item").each(function(){
if(myid == $(this).find("id").text()){
itemsXML = $(this).html() <-- trying to do something
like this
}
}
i would like itemsXML to conta
2 matches
Mail list logo