JQuery ui drag-and-drop function and jqueryui drag-and-drop Function

Source: Internet
Author: User

JQuery ui drag-and-drop function and jqueryui drag-and-drop Function

1. obj. draggable ({distance: 20}) // specify to start dragging only after moving more than 20 pixels.
2. obj. draggable ({delay: 1000}) // drag and drop only after the mouse is pulled for 1000 milliseconds
3. obj. disableSelection () // when dragging, the text cannot be selected
4. obj. draggable ({snap: true}); // capture all elements when dragging
5. obj. draggable ({scroll: true, scrollSensitivity: 100}); // you can scroll through the div container to prevent control loss caused by dragging to an invisible position.
ScrollSpeed: 100 sets the scroll speed
6. ("# draggable "). draggable ({revert: true}); // drag and drop ("# draggable2 "). draggable ({revert: true, helper: "clone"}); // reverse drag to copy
Reverse drag: when you drag an element to a certain position and release the mouse, the element is not placed in the target position,
Instead, it is restored to the original position. The copy is copied and dragged, And the mouse is released to the original position.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.