Skip to content

Instantly share code, notes, and snippets.

@rishighan
Created August 24, 2014 14:55
Show Gist options
  • Select an option

  • Save rishighan/70ec650c75c33bca307b to your computer and use it in GitHub Desktop.

Select an option

Save rishighan/70ec650c75c33bca307b to your computer and use it in GitHub Desktop.
Turbolinks and page:load
$(document).ready(function(){
setProjectHeroImage();
setDominantColor('#color-target');
});
$(document).on('page:load', setProjectHeroImage);
$(document).on('page:load', setDominantColor);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment