I am using jquery prettyPopin in one of my projects and it is working fine … Problem is i want it to work on the php page loaded using ajax. But it does not seem to work …
My question in short is whether a jQuery plugin works in a ajax-loaded page as it does on the parent page? To make it clear my JS libraries are added in the parent page. No libraries are added in the loading script.
Do the jQuery plugins work on the ajax pages ? Also, i do not want to include js libraries in ajax page.
Any help is welcome … Thanx in advance …
any jquery plugin will work in ajax loaded pages as well. but if you are trying to call it in ajax loaded page, you need to call plugin after ajax completed.