Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

ondrag event in html

<html>
  <body>
    <button ondrag="alert('This is a ondrag attribute')">Drag ME</button>
  </body>
</html>
 
PREVIOUS NEXT
Tagged: #ondrag #event #html
ADD COMMENT
Topic
Name
7+4 =