Jump to content
Fórum Script Brasil
  • 0

LIGHTBOX


rfrancisco

Question

Preciso que o lightbox interprete links da div promoção que está na index.php:

<script type="text/javascript">

$(document).ready(function(){

$("#menu a").bind("click",function(e) {

e.preventDefault();

$("#conteudo").load($(this).attr("href"),function(callback){

$(this).find("a").bind('click', function(e){

e.preventDefault();

$("#destaque").load($(this).attr("href")); }).end().find("a:has('img')").unbind("click").lightBox();

});

});

});

</script>

<div id="promocao"><?php include ("promocao.php"); ?></div>

A página promocao.php têm uma div chamada promoção, que têm as imagens que precisam abrir em LIGHTBOX.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652.1k
×
×
  • Create New...