< /p>
коды < /strong>: < /p>
Код: Выделить всё
$(document).ready(function(){
$("#div1").draggable();
});
#div1{
position : absolute ;
top : 10px ;
left : 20px ;
background : black ;
width : 200px ;
height : 200px ;
cursor : move ;
}
#p1{
position : absolute ;
top : 100px ;
left : 200px ;
color : blue ;
}
some text
Подробнее здесь: https://stackoverflow.com/questions/360 ... aphs-color
Мобильная версия