Skip to content

Instantly share code, notes, and snippets.

@roman01la
Created February 17, 2014 18:32
Show Gist options
  • Save roman01la/9056274 to your computer and use it in GitHub Desktop.
Save roman01la/9056274 to your computer and use it in GitHub Desktop.
$('#header').append('<a href="/callback/call_form.php" class="call-btn" style="display:block;width:100px;height:100px;background:#666;"></a>');
$('a.call-btn').fancybox({
type: 'iframe',
width: 506,
height: 638
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment