I am observing the document load like this:
document.observe('dom:loaded', pageReadyEvent);
In the method pageReadyEvent I am doing many things, one of which is
to call the update method of a particular div element in my html.
When I call this update method of the div, I get an exception:
Uncaught TypeError: Object [object HTMLULListElement] has no method
'update'
The script causing the error looks like this:
if($('EVENT_MATCHES') != null)
$('EVENT_MATCHES').update();
Any ideas? Thanks!
Karl..
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---