Tim Howard cleared
Lenna Burton added now
Sunny Swimwell awarded
Kate Linpsay add message
Administrator
Supporter
Co-Operator
Manager
$('body').toast({message: 'I am a toast, nice to meet you !'});
$('body').toast({title:"Hello, I'm Title",message: 'I am a toast, nice to meet you !'});
$('body').toast({title:"Heyy!",message: 'I am a toast, nice to meet you !',showProgress: 'bottom'});
$('body').toast({title:"Hello, I'm Title",message: 'I am a toast, nice to meet you !',showProgress: 'bottom',classProgress: 'red'});
$('body').toast({class: 'success',message: `You're using the good framework !`});
$('body').toast({class: 'error',message: `You're using the good framework !`});
$('body').toast({class: 'info',message: `You're using the good framework !`});
$('body').toast({position: 'bottom right',message: 'I am a toast, nice to meet you !'});
$('body').toast({position: 'bottom left',message: 'I am a toast, nice to meet you !'});