jQuery corner-popup plugin is a modest and creative popup plugin that is significantly used on every website. It merely exhibits a succinct pop up in the corner of the browser. A user can alter the size, position and all collective information that is associated with the corner popup box.
This type of slide and fade animation attracts the users towards some specific ideas which you want to share with them. Corner popup plugin auto terminates after a timeout or can be closed.
Table of Contents
Key features:
- Slide or fade animations.
- Auto dismisses after a timeout. Useful for toast notification.
- Custom image in the popup box.
- AJAX content loading.
- Custom action buttons.
- Can be positioned on the left bottom, middle bottom or right bottom of the page.
- Up to 10 variants to fit your any needs.
How to use it:
Add jQuery and Corner Popup files:
<link rel="stylesheet" href="css/corner-popup.min.css">
<script src="jquery-3.3.1.min.js"></script>
<script src="js/corner-popup.min.js"></script>
Call Corner Popup and set options:
<script>
$.fn.cornerpopup({
variant: 1
});
</script>
Done
Thanks for make jQuery plugin is developed by For more Helpfull for users, please check the demo page or visit the official website.