Skip to content

Instantly share code, notes, and snippets.

@Rockncoder
Created January 22, 2013 07:04
Show Gist options
  • Save Rockncoder/4592708 to your computer and use it in GitHub Desktop.
Save Rockncoder/4592708 to your computer and use it in GitHub Desktop.
RNC Slide Panel invoked.
RocknCoder.Pages.page1 = (function () {
return {
pagebeforeshow: function () {
$('#panel').slidePanel({side: 'left', speed: 500});
},
pageshow: function () {
}
};
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment