Jquery modal demo

Size
1,674 Kb
Views
38,456

How do I make an jquery modal demo?

What is a jquery modal demo? How do you make a jquery modal demo? This script and codes were developed by Collins Agbonghama on 18 November 2022, Friday.

Jquery modal demo Previews

Jquery modal demo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>jquery modal demo</title> <link rel='stylesheet prefetch' href='http://jquerymodal.com/jquery.modal.css'>
<link rel='stylesheet prefetch' href='http://s.mlcdn.co/animate.css'>
</head>
<body> <form id="login-form" class="modal animated"> hello world
</form>
<a href="#" data-modal>Open an AJAX modalz</a> <script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
<script src='http://jquerymodal.com/jquery.modal.js'></script> <script src="js/index.js"></script>
</body>
</html>

Jquery modal demo - Script Codes JS Codes

(function($) { $(document).off('click.modal', 'a[rel="modal:close"]'); $('a[data-modal]').click(function(event) { $('#login-form').modal(); }); $('#login-form').on($.modal.BEFORE_CLOSE, function(event, modal) { console.log('CLOSE') $('#login-form').addClass('fadeOut'); return; }); $('#login-form').click(function(event, modal) { console.log('CLOSE') $('#login-form').addClass('fadeOut'); return; });
})(jQuery)
Jquery modal demo - Script Codes
Jquery modal demo - Script Codes
Home Page Home
Developer Collins Agbonghama
Username collizo4sky
Uploaded November 18, 2022
Rating 3
Size 1,674 Kb
Views 38,456
Do you need developer help for Jquery modal demo?

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!

Collins Agbonghama (collizo4sky) Script Codes
Create amazing Facebook ads 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!