Team:Johns Hopkins/fancyboxjs
From 2011.igem.org
(Difference between revisions)
Sliu55 (Talk | contribs)
(Created page with "jQuery(document).ready(function() { $(".various").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none' }); });")
Newer edit →
(Created page with "jQuery(document).ready(function() { $(".various").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none' }); });")
Newer edit →
Revision as of 04:36, 28 October 2011
jQuery(document).ready(function() {
$(".various").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none' });
});