简体   繁体   English

JS中的模块拖动框

[英]Module Drag Boxes in JS

is there a library in javascript where i can let the user drag and drop boxes and configure? 在javascript中是否有一个库,我可以在其中让用户拖放框并进行配置? like igoogle. 像igoogle。

Check out jQuery UI for jQuery . 查看jQuery UI for jQuery It has a Draggable class that will allow you to drag and drop elements. 它具有一个Draggable类,该类允许您拖放元素。

Checkout this plugin Easy Widgets that was inspired by this tutorial on nettuts that goes over how to build an iGoogle like interface using jQuery in detail. 检出此插件Easy Widgets ,该插件是受nettuts上的本教程启发而来的,该插件详细介绍了如何使用jQuery构建类似iGoogle的界面。 The plugin's home page is down but the source code is available, and you can still see a demo of the nettuts tutorial in action here . 插件的主页已关闭,但源代码可用,您仍然可以在此处查看正在运行的nettuts教程的演示。

Check ScriptAculous to enable drag and drop 选中ScriptAculous以启用拖放

    http://wiki.github.com/madrobby/scriptaculous/draggable 
http://www.tutorialspoint.com/script.aculo.us/scriptaculous_drag_drop.htm

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM