Код: Выделить всё
$(document).ready(function() {
$("button").click(function() {
$("h2").html("
click me
")
});
$(".test").click(function(){
alert();
});
});
generate new element
Кто-нибудь может помочь?
Подробнее здесь: https://stackoverflow.com/questions/665 ... d-elements
Мобильная версия