Answers for ".hidden class to the error modal in the html so it does not appear when the page first loads"

0

$('#mymodal').modal('show') not working

<script type="text/javascript">
    $(document).ready(function(){
        $("#login-modal").modal("show");
    });
</script>
Posted by: Guest on October-13-2020

Code answers related to ".hidden class to the error modal in the html so it does not appear when the page first loads"

Code answers related to "Javascript"

Browse Popular Code Answers by Language