Код: Выделить всё
js13('#wrapper').live('mouseover', function () {
js13(this).draggable();
});
Это возможно?
Подробнее здесь: https://stackoverflow.com/questions/147 ... nt-element
Код: Выделить всё
js13('#wrapper').live('mouseover', function () {
js13(this).draggable();
});