I'm working on a CMS subsystem for adding named anchors to the page.
The following code:
$(el).attr('name','Test');
Works fine in FF, but not in IE. The actual HTML name attribute doesn't
update.
Here is a test case:
http://test1.scorpiondesign.com/LocalTest3.htm
The new value of the "name" attribute is alerted to you, but the innerHTML
of the parent div shows the original value of the name attribute.
Any ideas?
JK
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---