через ajax тоже не вышло((
function addBl(id) {
var id0 = eval(id.slice(1,2))+3;
$.ajax({
type: 'GET',
url: '/index/0-'+id0,
success:function(fg){
var reg = /<div class="ext"[^>]*?><\/div>/gm;
do {matched = reg.exec(fg);if(matched){$('#othvd').html($('#othvd').html()+matched[0]);
}} while(matched);
}});
$("#othvd").ajaxComplete(function() {var realid = '#'+id.slice(1,2);$(realid).html('qwet').attr({'left':id.slice(3,6),'top':id.slice(7,10)})});
}