Hello, looking to put an onload Toastr Notification located at the bottom-center. Using following code from documentation
DELIVERY Click Here!">
jQuery(window).load( function(){
SEMICOLON.widget.notifications( jQuery("#custom-notification-message2") );
});
I have three issues...
The Notification is not popping up on load, not sure why?
I would also like to know how to make the notification stay on full time without auto timeout.
Can I make the entire notification a button that opens a modal? Like this one below?
Delivery
[Close this Modal](#)
