loading
Please wait while loading...
Back Detect browser support HTML5 drag and drop by javascript
if('draggable' in document.createElement('span')) {
  alert("Drag support detected");
}
Comments
comments powered by Disqus