# EzDrag **Repository Path**: endfalse/EzDrag ## Basic Information - **Project Name**: EzDrag - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EzDrag A Jquery-based plug-in that is used to support Dom dragging requirements ### Examples ```go
``` ### Configuration #### eventScopeSelector ```go 一个jquery的筛选器,动态事件监测区域 ``` #### behavior ```go 拖动行为 insert|replace ``` #### dragScopeSelector ```go 一个jquery的筛选器,拖动块作用区域 ```