Team:Dundee/policypractice/clinic
From 2014.igem.org
(Difference between revisions)
Line 227: | Line 227: | ||
</div> | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-12"> | ||
+ | <br/> | ||
+ | <br/> | ||
+ | <br/> | ||
+ | <br/> | ||
+ | <br/> | ||
+ | <br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row" id="btnRow"> | ||
+ | <div class="btn-group btn-group-justified"> | ||
+ | <div class="btn-group"> | ||
+ | <a href="#" class="btn btn-default" id="lastPage">Previous Page</a> | ||
+ | </div> | ||
+ | <div class="btn-group"> | ||
+ | |||
+ | </div> | ||
+ | <div class="btn-group"> | ||
+ | <a href="#" class="btn btn-default" id="nextPage">Next Page</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
Line 254: | Line 277: | ||
}); | }); | ||
+ | |||
+ | $( "#lastPage" ).click(function() { | ||
+ | $('#magazine').turn('previous'); | ||
+ | }); | ||
+ | |||
+ | $( "#nextPage" ).click(function() { | ||
+ | $('#magazine').turn('next'); | ||
+ | }); | ||
</script> | </script> |
Revision as of 04:03, 17 October 2014
<