Click here to Skip to main content
15,895,471 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,



Im My project i had the script file name as "\js\jquery-1.7.1.min.js","js/jquery-1.8.0.min.js","js1/jquery-ui-1.8.23.custom.min.js","\js\jquery.toolbar.min.js" like this i want to include all the script files in one web page but when i include all the scripts the "js\jquery.toolbar.min.js" this script is not running how can i solve this to run all this script by including on same page..can i change the name of these files am new to jquery so please suggest me how can i solve this
Posted

1 solution

\js\jquery-1.7.1.min.js",

"js/jquery-1.8.0.min.js


Why you are loading two jquerys?

Use only one,the right one needed.

Check the order of script files, jquery document loading of elements using firebug.

Check firebug errors etc.
 
Share this answer
 

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