Learn how to use jQuery at the Blog

Outpost « visit

  • Added 11 months ago
  • 13 Lines of Code shown
  • 1 Links of Interest
http://outpostapp.com
This is my Source Code and I don't want to show it here
View Source Code only (as overlay)
// That code snippet belongs to Outpost - http://outpostapp.com

$(function(){
	$('#email-signup input').one('click', function(){
		$(this).addClass('active').attr('value', '');
    });

    $(".ss").fancybox({
        hideOnContentClick: true,
        zoomSpeedIn: 200,
        zoomSpeedOut: 200,
        overlayShow: true,
        overlayOpacity: .3
    });
})