I use Ajax.autocompleter for getting 5 members of a long list. I would
like to add a previous link to the top of the list and a next link to
the end of the list. So the first <li> of the server's answer is the
previous link, the next 5 <li>-s are the responses and the last <li>
is the next link.

My question is how to add an event handler for the previous and next
links? At the dom:loaded event the list does not exists. So I need a
hook when the server responsed <ul> list is exist but before the user
see it.
--~--~---------~--~----~------------~-------~--~----~
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