Hi there. I'm working on simple script that must work on all browsers,
which prototype supports.
There are code:
var edit = node.select('a#edit')[0];
if( edit ) {
...
}
In Firefox and Safari this works great: the <edit> variable contain
the pointer to the DOM's <a> tag with <edit> id attribute. But in IE7
the <edit> variable is undefinite ;-(
How to fix it?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---