jQuery Inside of AJAX Tabs
I have a main page with a few jQuery tabs, each of which summons
another page AJAX style. One of these tabs has further jQuery UI
elements (namely, slideToggle()). If the page is accessed directly
instead of through AJAX, slideToggle() works. If the page is accessed
through AJAX, slideToggle() doesn't work.
I've tried moving the snippet of JavaScript that defines slideToggle()
around both the main and AJAX-summoned pages, but it still doesn't
work as I'd like. Does anyone have any suggestions to make jQuery work
within an AJAX tab?
Thanks!