Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-16-2009, 01:31 PM   PM User | #1
dublin6
New Coder

 
Join Date: May 2009
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
dublin6 is an unknown quantity at this point
Lightbox within tabs doesnt work -SOLVED

Hi,

I searched around and can not find help to my specific problem. If it has been previously posted I'm sorry, please point me to it?

I am struggling with getting tabs to work with a simple lightbox plugin, and desperately need some help.

You can see whats going on by looking first as the tabbed content by itself, it is just a link that pops out into an image.

This can be see here

But when the page is brought into the tabbed section here (scroll down, bottom left "web" tab) the lightbox function no longer works.

The tabs use:

jquery-1.3.2.js
ui.core.js
ui.tabs.js

Code:
$(document).ready(function(){
    $("#tab").tabs();
  });
Code:
<div id="tab">
  <ul>
        <li><a href="logos.html">logos</a></li>
        <li><a href="web.html">web</a></li>
        <li><a href="print.html">print</a></li>
  </ul>
</div>

and the lightbox uses:
jquery.lightbox-0.5.js

Code:
$(function() {
        $('#gallery a').lightBox();
    });
and
Quote:
<div id="gallery">
<ul>
<li>
<a href="resources/lightbox/photos/image1.jpg" title="Utilize">
image
</a>
</li>

</ul>
</div>
any ideas or suggestions?

Thanks!

Last edited by dublin6; 09-16-2009 at 02:56 PM.. Reason: Simple mistake - solved
dublin6 is offline   Reply With Quote
Reply

Bookmarks

Tags
lightbox, tabs

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:32 AM.


Advertisement
Log in to turn off these ads.