This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div role="banner"> | |
<a href="#main" class="focus-inverted">Skip to main content</a> | |
<div class="header"> | |
<div class="row content"> | |
<div class="col-5 col-sm-12 logo"> | |
<div class="col-12 col-sm-9"> | |
<h1> | |
<a href="https://www.gvsu.edu"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Docs: https://libguides.gvsu.edu/reusabledesigns/hours | |
--> | |
<!-- Show all library hours for today --> | |
<!-- Include where you want the hours to appear. Must be nested inside the class of .site --> | |
<div class="site> | |
... | |
<div class="col-4 col-sm-12 library-hours"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Docs: https://libguides.gvsu.edu/reusabledesigns/skiplink | |
--> | |
<!-- Skip Link --> | |
<a href="#main" class="focus-inverted">Skip to main content</a> | |
<!-- End skip link --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Docs: https://libguides.gvsu.edu/reusabledesigns/skiplink | |
--> | |
<!-- Real Time Occupancy --> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | |
<div id="library-rto"></div> | |
<script> | |
jQuery(document).ready(function() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setTimeout(function() { | |
libMyScope = angular.element('html').scope(); | |
libScope( ); | |
}, 1000); | |
function libScope(){ | |
console.log('initialising...'); | |
// WATCH FOR RESULTS FEED CHANGES... | |
libMyScope.$watchCollection('feed', function(){ |
NewerOlder