Kod
var thisElem = $(this);
var nowyLi = '';
for (var i=0; i < config.ileLi; i++) {
nowyLi += $('</p>');
console.log(nowyLi);
}
$(thisElem).append(nowyLi);
var nowyLi = '';
for (var i=0; i < config.ileLi; i++) {
nowyLi += $('</p>');
console.log(nowyLi);
}
$(thisElem).append(nowyLi);
co jest źle?