|
|
|
สอบถามวิธีการใช้งาน jQuery droppable ว่าจะมีวิธีรับค่า draggable ที่มาวางข้างบนยังไงครับ |
|
|
|
|
|
|
|
ใช้ drop: function() ระบุสิ่งต้องการจะทำ หลังจากลากวัตถุมาที่จัดเตรียมไว้(#container)
$('#container').droppable({
hoverClass:'red',
accept: '.allow',
drop: function(){
alert('Dropped');
//$('#container').append(i + '<br/>');
$('#container').append('<li>' + i + '</li>');
}
});
ถ้าดูแล้วไม่เข้าใจ ผมทำตัวอย่างไว้ให้ ลองไปดาวโหลดดูได้ที่
http://www.mineinc.net/qa/file/2012/10/02/dragdrop/file1.html
|
|
|
|
|
Date :
2012-10-02 23:59:23 |
By :
dreamlover |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|