Hi all,
I'm looking for a shortcut to manipulate a dom XML, and for that I
need the html function from jquery.
My problem is that Jquery alters some tag when using html function, by
instance :

code :
var test = '<div><image src="images/icons.png></image></div>';
console.log ($(test).html ());

result :
<img src="images/icons.png">

My image tag is transformed in img tag.

If someone has an idea, I'm will be really grateful.

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to