I have an admin page and it has specific version of jquery. I am using jquery to load another html page that has another specific version of jquery. When the second page loaded into a div the methods on the loaded page gives error 'object has no method'.
I have used no conflict with no luck. When i looked at the inspector i saw that the error is from the parent page jquery version.
Do you have an idea. How can i force the loaded page to use its own jquery?
--- And it is strange that on localhost i get no error while on far server i get this error ---
I know there are a lot of search results on this. But no solutions colud help me.