Api notify

Size
2,045 Kb
Views
6,072

How do I make an api notify?

Utilizando a api notify do html5 e criando notificações.. What is a api notify? How do you make a api notify? This script and codes were developed by Thulio Philipe on 09 January 2023, Monday.

Api notify Previews

Api notify - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>api notify</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="message" title="Clique para ver uma notificação">CLick</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Api notify - Script Codes CSS Codes

.message { background-color: black; border-radius: 2px; color: #ffffff; display: inline-block; padding: 5px 10px; font-family: Tahoma; text-transform: uppercase; font-size: 30px; cursor: pointer; box-shadow: 2px 2px 2px #cccccc;
}

Api notify - Script Codes JS Codes

document.querySelector('.message').addEventListener('click', function() { 'use strict'; if (!("Notification" in window)) { alert("Seu browser, não suporta Notificações em HTML5.") } else if (Notification.permission === 'granted') { var notification = new Notification('API de Notificação', { icon: 'https://cdn1.iconfinder.com/data/icons/PLASTICXP/medical/png/128/emergency.png', body: 'Esta é uma notificação em HTML5' }); }
});
Api notify - Script Codes
Api notify - Script Codes
Home Page Home
Developer Thulio Philipe
Username thulioph
Uploaded January 09, 2023
Rating 3
Size 2,045 Kb
Views 6,072
Do you need developer help for Api notify?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Thulio Philipe (thulioph) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!