jquery 可排序警报此列表 id
真的需要帮助,
我正在使用 jquery 可排序。
我希望从正在拖动的列表元素中获取 id。
“并非全部关闭”
这是一个示例 http://jsfiddle.net/isimpledesign/85LdV/1/
这会返回一个数组,但我需要它返回正在拖动的元素的 id,以便我可以将其传递给 php 文件。
有人可以帮我解决这个问题吗???
Really need help
i am using jquery sortable.
And i am looking to grab just the id from the list element that is being dragged.
"Not all off them"
Here is an example http://jsfiddle.net/isimpledesign/85LdV/1/
this alerts back an array but i need it to give me back just the id of the element that is being dragged so i can pass it to a php file.
Can someone please help me with this????
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只是为了澄清乍得的答案 -
Just to clarify Chad's answer a bit -
使用
start
事件:Use the
start
event:使用这个:
它已经过测试并且可以工作。
希望这有帮助。干杯。
Use this:
It's tested and working.
Hope this helps. Cheers.