Ignore the fact that I said the update is on a div element, and the
object error you see is on a UL element, the failure is the same for
both objects.

On Feb 22, 3:52 pm, kstubs <kst...@gmail.com> wrote:
> 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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to