Skip to content

zhangxiaoyang/jQuery-Easydrag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

jQuery-Easydrag

This is a jQuery plugin to make html elements dragable.

Usage

Clone this repo and view the index.html by Firefox or Chrome.

Callee

    <div id="dialog" style="width: 200px; height: 100px; background: yellow;">
    </div>

    <script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
    <script src="jquery.easydrag.js"></script>
    <script>
    $(document).ready(function() {
        $('#dialog').easydrag();
    });
    </script>

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published