I use this http://www.jacklmoore.com/colorbox/ colorbox.
Ive uploaded the .css
and jQuery .js
and inserted the code with Source
.
//LOAD JOOMLA SCRIPTS FIRST
<jdoc:include type="head" />
//LINK TO JS AND CSS AND JQUERY
<link rel="stylesheet" href="http://fonag.org.ec/colorbox/colorbox.css">
<script src="http://fonag.org.ec/colorbox/jquery.colorbox-min.js"></script>
This is how I try to invoce my colorbox.
//COLORBOX
jQuery(document).ready(function(){
jQuery(function(){
jQuery("#dato_lb").colorbox({width:"100%", innerHeight:"100%", inline:true});
})(jQuery);
jQuery(function(){
jQuery("#fuentes").colorbox({width:"50%", innerHeight:"50%", inline:true});
})(jQuery);
})(jQuery);
It works offline, on my computer, just perfect. But not in Joomla. Any ideas what I am doing wrong? Working with Joomla 2.5.19