灯箱jQuery和HTML问题 [英] lightbox jquery and html problem

查看:70
本文介绍了灯箱jQuery和HTML问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

无法在IE-7中加载灯箱

unable to load lightbox in IE-7

推荐答案

您的问题不是很清楚..但请确保以下内容.

1)确保已包含jquery.js
2)检查head标记中jquery.jslightbox JS的导入顺序
3)确保在
Your question is not so clear.. but make sure about below things..

1) Make sure you have included jquery.js
2) Check the import order of jquery.js and lightbox JS in head tag
3) Make sure you write all your code inside


(document).ready()内编写所有代码,如下所示
4)确保使用正确的选择器..

(document).ready() as shown below
4) Make sure you use proper selectors..


(文档).ready(功能() { // 在此处调用灯箱插件. });
(document).ready(function() { //Call light box plug-in here.. });




希望这会有所帮助..




Hope this will be helpful..


这篇关于灯箱jQuery和HTML问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆