Cool Input Cbox Modal Html Code Example


Example 1: javascript modal close


$('#closemodal').click(function() {
$('#modalwindow').modal('hide');
});

Example 2: how to make popup modal in jquery with example


<!-- AJAX response must be wrapped in the modal's root class. -->
<div class="modal">
<p>Second AJAX Example!</p>
</div>

Example 3: how to make popup modal in jquery with example


$("#sticky").modal({
escapeClose: false,
clickClose: false,
showClose: false
});

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable