Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我觉得我做的一切都是正确的,但我根本无法让灯箱工作。它还提出了 jQuery 文件中未定义 jQuery 的错误。文件是http://www.lotuswebdzine.com/lotusweb/portfolio.php
您在 jQuery 之前包含了 fancybox:
<script type="text/javascript" src="js/jquery.fancybox-1.2.1.pack.js"></script> <script type="text/javascript" src="js/jquery.js"></script>
切换两者,它应该可以正常工作。