Re this ticket:
http://dev.jquery.com/ticket/4283
Version 1.3.x now detect documents served as XHTML+XML to be XML
documents. This means the attributes-are-sometimes-properties magic
doesn't happen in jQuery.attr. So,
$("#check").attr("checked", true);
sets an attribute named "checked" on #check but does not set the
checked property/expando.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---