Answers for "modal pop up js"

0

how to show bootstrap modal

<script>
    var myModal = new bootstrap.Modal(document.getElementById('ModalID'))
    myModal.show()
</script>
Posted by: Guest on December-13-2020
0

how to make popup modal in jquery with example

$("#sticky").modal({
  escapeClose: false,
  clickClose: false,
  showClose: false
});
Posted by: Guest on October-10-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language