Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created April 3, 2018 06:29
Embed
What would you like to do?
'#btn click': function() {
this.$find('#nav')[0].pushPage(
'new.html',
{
data: {
time: new Date()
}
}
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment