Response title
This is preview!
When I check the console, the attribute confirmation is with it old value (false).
This is working according to my last test:
When I use "$(xmlDOM)" I can get all the attributes and loop through nodes (find, next, parent, etc...), but updating attributes is not working.
What I could do was something like this:
and checking the console, the value of confirmation is "true", but printing the xmlDOM shows me the attribute unchanged. (I'm not using .each function here because I have only one element that match that name).
Also, the XML2String function is this:
It works with xmlDOM but not with $(xmlDOM).
Could someone help me and say what I'm doing wrong???
Glad if someone can help! =)
© 2013 jQuery Foundation
Sponsored by and others.