Is there any way to get javascript run when the results div for Ajax.Autocompleter is shown, but before anything has been chosen? I tried it like this:
<ul> <li>option 1</li> <li>option 2</li> </ul> <script type="text/javascript">handle_additional_things()</script> For some reason, the script doesn't get run at all, even though it is there in the div. Might be because the div is not shown initially. I couldn't find any method for the Autocompleter object that would run a piece of javascript, either. And I also didn't find anything by googling. Thanks, -a --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
