标签: javascript jquery html5 drag-and-drop polyfills
当我试图拖动时出现以下错误。
event.target.classList.add('drop-active'); " Unable to get property 'add' of undefined or null reference"
我使用了polyfill classList.js来解决这个问题,但它没有用。
请帮我解决这个问题。我只在ie9浏览器中收到此错误。