Вы можете найдите ссылку JSBin здесь: https://jsbin.com/haleyucipu/1/edit?html,output
Код: Выделить всё
jQuery UI Resizable - Visual feedback
#resizable { width: 150px; height: 150px; padding: 0.5em; }
#resizable h3 { text-align: center; margin: 0; }
.ui-selecting { background: #FECA40; }
.ui-selected { background: #F39814; color: white; }
.ui-resizable-ghost { border: 1px dotted gray; }
$( function() {
$( "#resizable" ).resizable({
ghost: true,
helper: "ui-resizable-helper",
animate: true
}).draggable().selectable();
});
Подробнее здесь: https://stackoverflow.com/questions/569 ... -same-time
Мобильная версия