JQuery Easy UI draggable (drag) component

Source: Internet
Author: User

As mentioned above, the JQuery Easyui plugin reference is generally used in two ways (excluding the Easyload loading method), so the draggable component to be summarized in this article is also loaded in two ways:

(1), using the class load mode:

<div id= "box" class= "easyui-draggable" style= "width:400px;height:200px;background:red;" >
Content section
</div>

(2), JS load call

$ (' #box '). draggable ();

Also mentioned above, the use of the class attribute is not conducive to the expansion of other properties of the component, so we use the way JS call, the following article is also the way to use JS call.

The component has several properties, methods, and triggering events that are not listed here, and are placed in the code sample and annotated.

Example:

<! DOCTYPE html>

Click to download source code

JQuery Easy UI draggable (drag) component

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.