Hello SemiColon
Is there a new method with V7 to trigger custom notifications?
The method described in the Documentation appears not to work:
<div id="custom-notification-message" data-notify-position="top-right" data-notify-type="info" data-notify-msg='<i class="icon-info-sign"></i> Welcome to Canvas Demo!'></div>
<script type="text/javascript">
jQuery(window).on( 'load', function(){
SEMICOLON.widget.notifications({ el: jQuery("#custom-notification-message") });
});
</script>
