Created
May 8, 2013 13:59
-
-
Save DavertMik/5540615 to your computer and use it in GitHub Desktop.
kango ready popup api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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