Это код функции javascript
Код: Выделить всё
function(event, ui) {
html='';
var show = "Yes";
html += ""+ show +"";
};
$('#history').html(html);
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/158 ... html-by-de
Код: Выделить всё
function(event, ui) {
html='';
var show = "Yes";
html += ""+ show +"";
};
$('#history').html(html);
Код: Выделить всё