Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

In my website, earlier I had too many master pages and each one had its own jquery references now I made it as one master page having all the references in one master page. Problem each one have used difference version of jquery file so I could not use one single jquery file in my masterpage if I remove even one jquery reference the page is not working.

This is the scenario, Now my problem is

I have used Slideup and slidedown jquery popup effect, before logging in I could see the effect in all the pages with the master page that I have created, but after logging in the same master page is not showing the Slideup and slidedown effects.

I have tried all my best to overcome this problem like Create separate folder for that JS file alone, Ordered the Jquery references based on the Version. I have too many jquery.js versions and too many jquery.min.js versions in different folder paths and all are referred in one single master page

It is eating my time please help

Thanks in advance
Posted

1 solution

Hi,

This is happen because of jquery conflict use only one latest Jquery file. in updated version all the function included from previous version.

best Luck
Happy Coding
:)
 
Share this answer
 
Comments
Beula Joyce 19-Jun-12 2:27am    
I have tried that way too, I have jquery file called qscroller.js, If I remove that file $ is not getting identified, I have different versions such as 1.2.6, 1.5.2, 1.4.4 and I have downloaded latest 1.7.2 even. No Luck

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900