Answers for "how to disable dragging html"

3

how to disable image dragging in html

use ondragstart="return false" for dragging and onselectstart="return false" for selecting
Posted by: Guest on August-01-2020

Code answers related to "how to disable dragging html"

Browse Popular Code Answers by Language