我正在使用jQuery的可拖动和可放置的功能。我认为尝试在现有程序中实现拖放功能是一种好习惯。 This是我想要使用的程序。我想到的实现是能够将游戏块拖入板中,但我不知道如何开始。任何人都可以帮我一点吗?
答案 0 :(得分:3)
以下是一些教程,介绍如何实现jQuery拖放:
http://viralpatel.net/blogs/2009/05/implement-drag-and-drop-example-jquery-javascript-html.html
http://www.codeproject.com/KB/webforms/JQueryPersistantDragDrop.aspx#
答案 1 :(得分:2)
对于jquery拖放教程来说,这也是一个很棒的网站,
http://www.elated.com/articles/drag-and-drop-with-jquery-your-essential-guide/