
body{color:#fff !important;}
.modal-dialog{color:#000 !important;}
@media(min-width:320px) and (max-width:480px){
body{color:#000 !important;}
}
In this article, we will discuss about how to show bootstrap modal popup on button click using jQuery with example and...