Welcome Guest, Not a member yet? Register   Sign In
fancybox jquery codeigniter
#1

[eluser]joeizang[/eluser]
hi,

I have a small situation. I am preparing a sample for a client and I cannot understand this. I have a div with 7 jpg's and a list item that is a link that if I click should fireup fancy box and show some pics in gallery format. Now this doesn't work so I remembered that I must add the '#' to the list of accepted characters in ci but still no problem, is there something I am doing wrong? here is my code.
Code:
$(document).ready(function(){//js to handle fancybox

    $('a#inline').fancybox({
        'overlayshow': true,
        'zoomSpeedIn': 400,
        'zoomSpeedOut': 400
    } return false;);
});
//list link to fireup fancybox
    <li><a id="inline" href="&lt;?= ">PhotoGallery</a></li>

then will several `<img />` that hold the images.
any clues guys?


Messages In This Thread
fancybox jquery codeigniter - by El Forum - 10-28-2009, 10:18 AM
fancybox jquery codeigniter - by El Forum - 10-28-2009, 11:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB