About 315,000 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 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 …

  3. 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.

  4. 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.

  5. Draggable Element Using JavaScript - GeeksforGeeks

    Mar 12, 2025 · Creating a draggable element and moving it to another place within the page is a very interactive and user-friendly concept that makes it easier for the user. This feature allows …

  6. GitHub - Shopify/draggable: The JavaScript Drag & Drop library …

    Get complete control over drag and drop behaviour with Draggable! Draggable abstracts native browser events into a comprehensive API to create a custom drag and drop experience. …

  7. Understanding HTML Draggable: What You Need to Know

    Sep 18, 2024 · At its core, the HTML draggable attribute makes elements on your web page movable through drag and drop. When you set this attribute to "true," you signal the browser …

  8. 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 …

  9. 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.

  10. HTML Drag and Drop API - Web APIs | MDN - MDN Web Docs

    Oct 2, 2025 · When dragging external data into a page, there's no draggable item to be defined (for example, it could be a file in the operating system's file explorer). When dragging elements …