Hi there,
I'm not sure, but this sounds like the more general problem of events not being bound to elements that are inserted into the DOM (via ajax or plain DOM manipulation). Here is a FAQ topic that should help.
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F It includes a link to the livequery plugin, which could be all you need. --Karl _________________ Karl Swedberg www.englishrules.com www.learningjquery.com On Nov 28, 2007, at 1:32 AM, mosmanlibrary wrote:
Using Jquery UI Tabs / Tabs 3 - the Ajax Tabs implementation... working great, because each tab's content calls RSS feeds, etc, and is heavy... But having difficulties implementing Cluetip plugin within Tab content... Cluetip works fine when called at the top of the 'master' HTML document, but doesn't work when called from within Tab content... Can you point me in the right direction?

