, , , - :
target.append('<div id="d' + counter + '" data-bind="style: { width: width , height: height, top: top, left: left } }">width:<span id="d' + counter +
'" data-bind="text: width"></span>' +
'<input type="text" id="d' + counter +
'" data-bind="value: width"/></div>');
, style div. , applyBindings [counter], ( [counter]).
, , ko.applyBindings. , . . , , , . , ko.applyBindings(objects[counter], $("#d" + counter)[0]);
, , , div. , template foreach, . , div. , . , , - .
, .