:before, ::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
элемент {
display: block;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.fade.in {
opacity: 1;
}
.modal {
position: absolute;
top: 0;
right: 0 !important;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
<sample>
.............
.............
</sample>
<sample>
.............
.............
</sample>
<sampel>
.............
.............
</sample>
<sampel>
.............
.............
</sample>
<sample>
.............
.............
</sample>
<sample>
.............
.............
</sample>
<?php
$script = <<< JS
$(document).ready(function(){
$('table tbody tr').on( "click", "tr", function(){
alert(43);
});
});
JS;
$this->registerJs($script, yii\web\View::POS_END);
?>