Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript click event notifications

var message = new Notification("RandomString");
message.onclick = function(){
    alert("Random Message")
};
 
PREVIOUS NEXT
Tagged: #javascript #click #event #notifications
ADD COMMENT
Topic
Name
5+1 =