Код: Выделить всё
$(document).ready(function() {
var divs = $("");
var i = 0;
while (i < 17) {
$("#wrapper").append(divs);
i++;
}
});Код: Выделить всё
#wrapper {
width: 600px;
margin: 70px auto;
}
.square {
width: 40px;
height: 40px;
display: inline-block;
border: 1px solid black;
}Код: Выделить всё
строгий текст
Подробнее здесь: https://stackoverflow.com/questions/356 ... ot-working
Мобильная версия