$( '#displayAlert_b' ).click(function(){
kdp.sendNotification( "alert", {
'title': 'This is a different title',
'message': 'This is a different HTML message',
'buttons': [],
'callbackFunction': 'testFunc',
'iconClass': 'testClass',
'isExternal': true, // KDP defaults to false
'isModal': true,
'props': {'titleTextColor': '0xFF00FF','textColor': '0xFFFF00'}
});
});