model pop hide when we click on button error message not show code example
Example: $('#mymodal').modal('show') not working
<script type="text/javascript">
$(document).ready(function(){
$("#login-modal").modal("show");
});
</script>