Get started with noty CDN
MIT licensed
Noty is a lightweight desktop notification system for JS.
Tags:- noty
- notification
- alert
- confirmation
Stable version
Copied!
How to start using noty CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/noty-bootstrap-3/css/noty.css" />
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.cdnhub.io/noty/3.1.4/noty.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/noty-bootstrap-3/js/noty.js"></script>
<script>
$(function() {
noty.info('Welcome to Noty!', {
layout: 'topRight',
timeout: 2000
});
});
</script>
</head>
<body>
<!-- Your content here -->
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!