About 55,900 results
Open links in new tab
  1. HTML draggable global attribute - MDN Web Docs

    Jul 9, 2025 · The draggable global attribute is an enumerated attribute that indicates whether the element can be dragged, either with native browser behavior or the HTML Drag and Drop API.

  2. Draggable - jQuery UI

    Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.

  3. How To Create a Draggable HTML Element - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  4. Draggable JS – JavaScript drag and drop library

    Draggable is a modular drag & drop library, allowing you to start small and build up with the features you need. At its most basic, Draggable gives you drag & drop functionality, fast DOM reordering, …

  5. HTML draggable Attribute - GeeksforGeeks

    Jul 11, 2025 · The HTML draggable attribute allows elements to be dragged and dropped within or between web pages. When set to "true", elements become draggable, facilitating interactive user …

  6. HTML draggable Attribute - CodeToFun

    Oct 29, 2024 · The draggable attribute in HTML is a powerful feature that allows developers to control the drag-and-drop behavior of elements on a web page. By specifying the draggable attribute, you …

  7. Unlocking the Power of Draggable Elements in HTML

    Aug 15, 2025 · The <div> or any container elements can be made draggable using the draggable attribute. When this attribute is set to true, the element becomes draggable, enabling users to …

  8. The HTML Drag and Drop API | Articles | web.dev

    Sep 30, 2010 · To make an object draggable, set draggable=true on that element. Just about anything can be drag-enabled, including images, files, links, files, or any markup on your page.

  9. draggable - HTML | MDN

    Jun 6, 2017 · The draggable global attribute is an enumerated attribute that indicates whether the element can be dragged, using the HTML Drag and Drop API. It can have the following values: true, …

  10. HTML draggable Attribute - W3Schools

    Definition and Usage The draggable attribute specifies whether an element is draggable or not. Tip: Links and images are draggable by default. Tip: The draggable attribute is often used in drag and …