Skip to content

Instantly share code, notes, and snippets.

@tlongren
Last active July 15, 2017 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlongren/3a82bb2630766945e9fe46ed84a18aea to your computer and use it in GitHub Desktop.
Save tlongren/3a82bb2630766945e9fe46ed84a18aea to your computer and use it in GitHub Desktop.
Sticky Alert Options
$(document).ready(function() {
$('#alert-container').stickyalert({
barColor: '#222', // alert background color
barFontColor: '#FFF', // text font color
barFontSize: '1.1rem', // text font size
barText: 'I like bass and car audio :)', // the text to display, linked with barTextLink
barTextLink: 'http://test-tyler-longren.pantheonsite.io/', // url for anchor
cookieRememberDays: '2', // in days
displayDelay: '3000' // in milliseconds, 3 second default
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment