Modal pencere kodumda bu
GET ile gelen bilgi ile modal pencere (açılır pencere) açtırma |
8 Mesajlar | 1.395 Okunma |
<script></script>
<script></script>
Modal Methods
The toggle method toggles the modal manually.
<script>
$(document).ready(function(){
$("#myModal").modal("toggle");
//Modal otomatik açıldı
});
</script>