Hi Wil,
The livequery plugin is excellent. Highly recommended.
If you'd like to learn how to do this sort of thing yourself, check
out the FAQ topic:
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F
That topic points to this tutorial (which is excerpted from the
Learning jQuery book):
http://docs.jquery.com/Tutorials:AJAX_and_Events
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Nov 24, 2007, at 6:22 AM, Wil Everts wrote:
Looks like livequery is what I was looking for... I'll wait a few
hours more from now on before bothering you guys. Feel like the boy
who cried wolf. I *really* appreciate all the help.
Wil
On 11/24/07, Wil Everts <[EMAIL PROTECTED]> wrote:
Test: http://wil1.com/jtest/index.html
Source: http://wil1.com/jtest/wil.js
Description: When you click on an arrow image the sub-listings are
loaded via a plain html file (eventually this will load from an api
call), the image is changed, the list is then slideToggle'd.
Problem: It seems that none of my jQuery functions work on the
loaded html. Neither the hover menu onclick of the company titles
and the html load or extend onclick of the arrorw seem to work... am
I missing something?
Thanks,
Wil