function generateNew() {
var data = `<div class="step">
<input id="opt21" type="checkbox"/>
<label for="opt21">red</label>
<input id="opt22" type="checkbox"/>
<label for="opt22">green</label>
</div>`;
$('.new').html(data);
}
$('button').on('click', generateNew)
$('.step :checkbox').on('click', function() {
alert('Чекбокс нажат')
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<div class="step">
<input id="opt21" type="checkbox" />
<label for="opt21">red</label>
<input id="opt22" type="checkbox" />
<label for="opt22">green</label>
</div>
<button>Новые чекбоксы</button>
<div class="new"></div>
jsFiddle
Ответ @teran рабочий, так что дубликат.
Из ответа по ссылке выше:
function generateNew() {
var data = `<div class="step">
<input id="opt21" type="checkbox"/>
<label for="opt21">red</label>
<input id="opt22" type="checkbox"/>
<label for="opt22">green</label>
</div>`;
$('.new').html(data);
}
$('button').on('click', generateNew)
$(document).on('click', '.step :checkbox', function() {
alert('Чекбокс нажат')
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<div class="step">
<input id="opt21" type="checkbox" />
<label for="opt21">red</label>
<input id="opt22" type="checkbox" />
<label for="opt22">green</label>
</div>
<button>Новые чекбоксы</button>
<div class="new"></div>
Айфон мало держит заряд, разбираемся с проблемой вместе с AppLab
При отправке get или post запроса и чтение его с помощью requestquery и request
Есть ребёнок и родитель, у ребёнка размеры 1610x900, у родителя высота примерно 300pxДобавил ребёнка в родителя, transform:scale(0