Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[html] 第599天 HTML5拖拽事件的顺序是什么? #3267

Open
haizhilin2013 opened this issue Dec 4, 2020 · 1 comment
Open

[html] 第599天 HTML5拖拽事件的顺序是什么? #3267

haizhilin2013 opened this issue Dec 4, 2020 · 1 comment
Labels
html html

Comments

@haizhilin2013
Copy link
Collaborator

第599天 HTML5拖拽事件的顺序是什么?

#1227

3+1官网

我也要出题

@haizhilin2013 haizhilin2013 added the html html label Dec 4, 2020
@liu6488
Copy link

liu6488 commented Dec 11, 2020

ondragstart :源对象开始被拖动
ondrag:源对象被拖动过程中
ondragend:源对象被拖动结束

ondragenter:源对象拖动着进入目标对象
ondragover:源对象拖动着悬停在目标对方上方
ondragleave:源对象拖动着离开了目标对象
ondrop:源对象拖动着目标对象上方释放

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

2 participants