Skip to content

Instantly share code, notes, and snippets.

@marcelloinfoweb
Created August 4, 2012 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelloinfoweb/3255207 to your computer and use it in GitHub Desktop.
Save marcelloinfoweb/3255207 to your computer and use it in GitHub Desktop.
Colorbox Magento
<script type="text/javascript">// <![CDATA[
jQuery(document).ready(function($) {
(function($) {
$.colorbox({
html: '<a href= "http://www.aulasadistancia.com.br/cursos/dietpro5-5i-2ch-sem-cd.html" _mce_href="http://www.aulasadistancia.com.br/cursos/dietpro5-5i-2ch-sem-cd.html" > <img src="http://www.aulasadistancia.com.br/cursos/pop-up/Promocao-Mes-do-Nutricionista.jpg" _mce_src = "http://www.aulasadistancia.com.br/cursos/pop-up/Promocao-Mes-do-Nutricionista.jpg" class="gallery" title = "Promo&ccedil;&atilde;o M&ecirc;s do Nutricionista" /></a>',
close: 'sair',
photo: true
});
})(jQuery);
});// ]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment