Skip to content

Commit

Permalink
#12: Adding Basic Navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
acarlstein authored Sep 25, 2019
1 parent df1f7b2 commit 15979f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui.library.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ $(function() {
next: 'Next',
prev: 'Prev',
onPageClick: function (event, page) {
//fetch content and render here
$(".page").css("display", "none");
$("#page" + page).css("display", "block");
$("#page" + page).css("display", "block");
}
});

Expand Down

0 comments on commit 15979f9

Please sign in to comment.