Skip to content

Instantly share code, notes, and snippets.

@alfredobarron
Last active August 29, 2015 14:06
Show Gist options
  • Save alfredobarron/3f20ce580bb6dda3d6d8 to your computer and use it in GitHub Desktop.
Save alfredobarron/3f20ce580bb6dda3d6d8 to your computer and use it in GitHub Desktop.
// Alert Warning
$.smkAlert({text:'Alert type "warning"', type:'warning'});
// Alert Success
$.smkAlert({text:'Alert type "success"', type:'success'});
// Alert Danger 10 seconds
$.smkAlert({text:'Alert type "danger" time 10 seconds', type:'danger', time: 10});
// Alert Info permanent
$.smkAlert({text:'Alert type "info" permanent', type:'info', permanent: true});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment