Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created April 3, 2018 06:29
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 goofmint/bdfbb8eaaf50efb5ee3a1346c0dbc060 to your computer and use it in GitHub Desktop.
Save goofmint/bdfbb8eaaf50efb5ee3a1346c0dbc060 to your computer and use it in GitHub Desktop.
'#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