Skip to content

Instantly share code, notes, and snippets.

@Rockncoder
Created January 22, 2013 07:04
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