Hey Everyone,

      I'm working on a project that swaps out text nodes.  I need to
save a reference to the new text node with the existing node.  In FF I
am able to set custom properties no problem, IE however throws an
error of "Object does not support this property or method".  I was
thinking I could use a hash object and the text nodes node value
property as the key, and the new node as the value but this seems
incredibly sloppy, especially as its a hack for IE only.  Anyone know
how I can get around it this error?

Here is a snippet

http://pastie.org/353010




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to