I tried drag and drop in HTML. It is working good in all browsers except IE9 (no need to work on lower than IE9). ondrop event is not triggered in IE9.
any help? here is my code.
Thanks in advance.
|
I tried drag and drop in HTML. It is working good in all browsers except IE9 (no need to work on lower than IE9). ondrop event is not triggered in IE9. any help? here is my code. Thanks in advance. |
|||||||
|
|
It'll work if you replace
Secondly, IE9 doesn't accept parameters of
Finally your
|
|||
|
|