Prototype 'on show' Event.observe handler
Posted
by ryan
on Stack Overflow
See other posts from Stack Overflow
or by ryan
Published on 2010-05-25T03:44:57Z
Indexed on
2010/05/25
3:51 UTC
Read the original article
Hit count: 128
I am trying to make an AJAX request that updates a div's content when that div is shown. My initial thought was to use an Event observer that watched for a div to be shown, but I cannot seem to find an appropriate handler. Is there an easy way to make an AJAX request for an element 'on show?'
© Stack Overflow or respective owner