A Project of the Center for Advanced Study in the Visual Arts, National Gallery of Art
History of Early American Landscape Design

MediaWiki:Common.js

[http://www.nga.gov/content/ngaweb/research/casva/research-projects.html A Project of the National Gallery of Art, Center for Advanced Study in the Visual Arts ]
Revision as of 19:28, May 22, 2018 by B-zweig (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*Creates random image selection for banner*/
function getRandomImage()
{
    var images = [
        "/mediawiki/images/3/32/0072_banner_alt.jpg",
        "/mediawiki/images/1/1c/0464_banner_alt.jpg",
        "/mediawiki/images/9/98/0033_banner.jpg",
        "/mediawiki/images/9/94/1213_banner.jpg"
    ];
    return images[Math.floor(Math.random() * images.length)];
}

$(document).ready(function(){
    $(".bannerImage").css({'background-image' : 'url(' + getRandomImage() + ')'}).addClass('fade-in');
});

/*Make .caret rotate*/
$('a.dropdown-toggle').click( function() {
     $('b.caret').toggleClass('caretRotate');  
});

/*Adds up button on scroll*/
$('body').prepend('<a href="#" class="back-to-top">Back to Top</a>');

var amountScrolled = 400;

$(window).scroll(function() {
	if ( $(window).scrollTop() > amountScrolled ) {
		$('a.back-to-top').fadeIn('slow');
	} else {
		$('a.back-to-top').fadeOut('slow');
	}
});

Retrieved from "https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Common.js&oldid=33795"

History of Early American Landscape Design contributors, "MediaWiki:Common.js," History of Early American Landscape Design, , https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Common.js&oldid=33795 (accessed March 19, 2024).

A Project of the Center for Advanced Study in the Visual Arts

National Gallery of Art, Washington