Answers for "close the modal on button click"

9

javascript modal close

$('#closemodal').click(function() {
    $('#modalwindow').modal('hide');
});
Posted by: Guest on March-08-2020
0

slear modal form after close

<div id="app">
  <child-component ref="childComponent"></child-component>
  <button @click="click">Click</button>  
</div>
Posted by: Guest on April-14-2022

Code answers related to "close the modal on button click"

Code answers related to "Javascript"

Browse Popular Code Answers by Language