<script>
$(document).ready(function() {
$('#one').click(function() {
$(this).attr('disabled', true);
});
});
</script>
PHP
doctype html
html
head
meta(charset = 'utf-8')
meta(name='viewport', content="initial-scale=1.0, width=device-width")
title
block title
body
block main
1
2
3
4
5
6
7
8
9
doctype html
html
head
meta(charset = 'utf-8')
meta(name='viewport', content="initial-scale=1.0, width=device-width")
title
block title
body
<table class="table_price">
<tr>
<th>Наименовение услуги</th>
<th>Цена</th>
</tr>
<tr>
<td>Item 1</td>
<td>Item 2</td>
</tr>
<tr class="separator"></tr> <tr>
<td>Item 1</td>
<td>Item 2</td>
</tr>
</table>
table .separator {
width: 20px;
height: 20px;
}
<table clas="table_price">