如何限制盒子中掉落物品的数量?
我刚刚学习 jquery,所以这可能很简单。
我正在尝试制作一个非常基本的游戏,您可以将颜色的名称拖放到颜色框中(以帮助了解可放置和可拖动)。
除了一些问题之外我得到了它的工作。
如何将项目数量限制为 1? (有没有办法检查是否有东西“掉落”到盒子上?)
如何将数据发送到 php 脚本?
这是我的演示(已删除)
感谢您的帮助。
========
好的,我可以在您放入箱子后禁用投递箱。但是,如果你决定改变主意,我需要重新设置。
如何将颜色名称重置回原始位置?
I am just learning jquery, so this might be something easy.
I am trying to make a really basic game that you can drop the name of the color onto the color box (to help learn about droppable and draggable).
I got it working except a few problems.
How do I limit the number of items to 1? (Is there a way to check if something is "dropped" onto the box?)
How do I send the data to a php script?
Here is my demo (removed)
Thanks for your help.
========
Ok, I can disable the drop boxes after you drop in into a box. But, if you decided to change you mind I need a reset.
How do I reset the color names back to the original location?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里是...
page.html
program.php
Here it is...
page.html
program.php