Where is plugin script located? . Is plugin in the head of loaded page?
If so- head content doesn't get loaded. Can put plugin in body of page
you want to load or use $.getScript in callback of load() or whatever
AJAX function you're using If plugin is in page you are loading into will need livequery as AJAX content isn't avaialble to script functions after document ready Kilhom wrote: Hi ! I use ajax to load a page, but when this page is loaded i cant use the "beaty tips" plugin inside the loaded content, any idea ?Thanks ! |
- [jQuery] Plugins and Ajax Kilhom
- [jQuery] Re: Plugins and Ajax Charlie