Skip to content

Instantly share code, notes, and snippets.

@DavertMik
Created May 8, 2013 13:59
Show Gist options
  • Save DavertMik/5540615 to your computer and use it in GitHub Desktop.
Save DavertMik/5540615 to your computer and use it in GitHub Desktop.
kango ready popup api
KangoAPI.onReady(function() {
$('html').delegate('#visit', 'click', function() {
kango.browser.tabs.create({url:'http://mailican.com/'});
});
$('html').delegate('#signin', 'click', function() {
kango.browser.tabs.create({url:'http://mailican.com/signin'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment