نمونه کد
ویژگی ondragover در HTML - نمونه کد
1
<div id="droptarget" ondrop="drop(event)" ondragover="myFunction(event)"></div>
سازگاری با مرورگر
# | کروم | ادج | فایرفاکس | سافاری | اپرا |
---|---|---|---|---|---|
ondragover |
شیوه نگارش
1
1
<tagname ondragover="myFunction()">
ویژگی ondragover در HTML - نمونه کد
<div id="droptarget" ondrop="drop(event)" ondragover="myFunction(event)"></div>
# | کروم | ادج | فایرفاکس | سافاری | اپرا |
---|---|---|---|---|---|
ondragover |
<tagname ondragover="myFunction()">