when i put the bootstrap-lightbox.js in the <head> tag i got the same 
error.  this is because jquery wasn't included yet.
the bootstrap code follows the pattern of putting script tags at the bottom 
of the page.  you'll need to include the bootstrap-lightbox.js after jquery.

look for the plugins.js file at the bottom of the file.  then drop in 
plugins afterwords.  or put them in the plugins.js script itself

        <script src="js/plugins.js"></script>
        <script src="js/vendor/bootstrap-lightbox.js"></script>


On Tuesday, January 29, 2013 9:03:15 AM UTC-5, SZ wrote:
>
> I am new to bootstrap and was trying to use bootstrap lightbox , however 
> getting error "
>
> $.fn.lightbox = function (option)"  Help needed! any suggestions?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to