# draggable **Repository Path**: duguying2008/draggable ## Basic Information - **Project Name**: draggable - **Description**: jquery draggable extension - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-06 - **Last Updated**: 2026-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## jquery draggable extension ### Usage ```html
拖拽区
``` ```javascript $(document).ready(function (e) { $(".box1").draggable($(".box1 span")); }) ``` ### License MIT License