T.J., one question for:
div = $("#errordlg");
if (div) { // Paranoia
div.remove();
I don't recognize this syntax: $("#errordlg");
This is different than (what I would typically write): $('errordlg');
What am I missing?
--
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.