.non-container {
width: 100vw; /* 100% ширины вьюпорта */
position: relative; /*включаем left */
left: 50%; /* устанавливаем левый край non-container в центр container'a */
transform: translateX(-50%); /* двигаем non-container влево на 50% его ширины */
}
fancyBox is licensed under the GPLv3 license for all open source applications.
A commercial license is required for all commercial applications (including sites, themes and apps you plan to sell).
<script type="text/javascript">
$('document').ready(function() {
$("td").click(function (){
var selectId= document.getElementsByName('table_id').value
alert('already clicked '+selectId);});
$(this).closest("tr").remove();
});
</script>
Note: on_sent_ok and on_submit are deprecated and scheduled to be abolished by the end of 2017. You can use DOM events instead of these settings.
.container {
display: flex;
}