Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Friends ,I Am Creating A LightBox Photo Gallary ,But This Photo gallary Is Not worked which I Expect.....
HTML
<div id="gallery">
       <ul>
           <li><a href="photos/image1.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery').lightBox();">
               <img src="photos/thumb_image1.jpg" width="72" height="72" alt="" />
           </a></li>
           <li><a href="photos/image2.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery a').lightBox();">
               <img src="photos/thumb_image2.jpg" width="72" height="72" alt="" />
           </a></li>
           <li><a href="photos/image3.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery a').lightBox();">
               <img src="photos/thumb_image3.jpg" width="72" height="72" alt="" />
           </a></li>
           <li><a href="photos/image4.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery a').lightBox();">
               <img src="photos/thumb_image4.jpg" width="72" height="72" alt="" />
           </a></li>
           <li><a href="photos/image5.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery a').lightBox();">
               <img src="photos/thumb_image5.jpg" width="72" height="72" alt="" />
           </a></li>
       </ul>
   </div>



Referances

HTML
<link rel="stylesheet" type="text/css" href="css/jquery.lightbox.css" media="screen" />
   <script type="text/javascript" src="js/jquery.1.2.3.js"></script>
   <script type="text/javascript" src="js/jquery.lightbox.min.js"></script>


Script

JavaScript
<script type="text/javascript">
        $(function () {
            $('#gallery a').lightBox();
        });
    </script>
Posted
Updated 16-Dec-15 19:05pm
v2
Comments
Amit Jadli 17-Dec-15 4:09am    
Have you downloaded the plugin js and css files???
Member 12211068 17-Dec-15 4:48am    
Yes , I download Plugun js , css file and This file include in My Project....
but Browse is not showing which I expect.....
Member 12211068 17-Dec-15 4:41am    
Yes , I download Plugun js , css file and This file include in My Project....
but Browse is not showing which I expect.....
Amit Jadli 17-Dec-15 5:02am    
Give me that download link so i could check by my side.
Member 12211068 17-Dec-15 5:10am    
http://avioli.github.io/jquery-lightbox/.

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