Skip to content

Instantly share code, notes, and snippets.

@sankage
Created June 3, 2013 19:30
Show Gist options
  • Save sankage/5700670 to your computer and use it in GitHub Desktop.
Save sankage/5700670 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($){
$.fancybox.open([
{
content : '<a id="ccfa_lander" href="http://ccteamchallenge.force.com/halfmarathon" target="_blank"><img src="<INSERT IMAGE URL HERE>" height="461" width="600"></a>'
}
], {
padding : 0
});
$('#ccfa_lander').click(function(event){
$.getScript('http://view.atdmt.com/jaction/bvkcfa_CCFAorgLightbox_1');
$.fancybox.close();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment