In my project, jQuery libraries use menus and images (http://ruseller.com/lessons.php?rub=32&id=238). But when you run the entire FancyBox refuses to work. Maybe I did not correctly specify the sequence? Menu

<link rel="stylesheet" type="text/css" href="http://grimon.net/css/jqueryslidemenu.css" /> <script type="text/javascript" src="http://grimon.net/js/jquery.js"></script> <script type="text/javascript" src="http://grimon.net/js/jqueryslidemenu.js"></script> 

Images

 <script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script> <script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script> <link rel="stylesheet" type="text/css" href="./fancybox/jquery.fancybox-1.3.4.css" media="screen" /> <link rel="stylesheet" href="style.css" /> 
  • Open the page source code and click on the links with the included files of scripts and styles, the easiest way to make sure that the files are connected or not :) - metazet

2 answers 2

JQuery libraries should always connect after jQuery itself. I think something is wrong done.

Do libraries connect exactly?

    1 Check the paths to the plugins (.js .css).

    2 Make sure that the paths for images are correctly indicated in the .css for plug-ins (sometimes the directories with them are moved to another place and this does not work)