maxazan / jquery-ui-droppable-iframe

Use your droppable zones inside iframe
http://maxazan.github.io/jquery-ui-droppable-iframe/
MIT License
17 stars 10 forks source link

Cant use 'accept' option in droppable #4

Open aep-saepudin opened 6 years ago

aep-saepudin commented 6 years ago

I cant use accept in dropable when i drag element of draggable to accepted area it raise an error..

iwangbowen commented 5 years ago

I cant use accept in dropable when i drag element of draggable to accepted area it raise an error..

I encountered the same error and fixed the error by removing the accept option. Hope this bug could be fixed.

For anyone who needs to use accept in droppable, you can circumvent this issue by using scope option instead of accept which acts exactly the same as accept.