Skip to content

Instantly share code, notes, and snippets.

@seoagentur-hamburg
Created April 20, 2013 17:09
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 seoagentur-hamburg/5426679 to your computer and use it in GitHub Desktop.
Save seoagentur-hamburg/5426679 to your computer and use it in GitHub Desktop.
Der nötige jQuery Code für den Aufruf des Formulars:
$(document).ready(function() {
$("#kontakt").fancybox({
'width' : 660,
'height' : 600,
'transitionIn' : 'none',
'transitionOut' : 'none',
'overlayShow' : false,
'type' : 'iframe'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment