Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
unable to load lightbox in IE-7
Posted

1 solution

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() as shown below
4) Make sure you use proper selectors..

JavaScript
$(document).ready(function()
{

//Call light box plug-in here..

});



Hope this will be helpful..
 
Share this answer
 
v4

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