Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.03 KB

readme.md

File metadata and controls

33 lines (19 loc) · 1.03 KB

jQuery-tinyDraggable

A minimalistic jQuery plugin for making objects draggable.

Compatible with jQuery 1.5+ in Firefox, Safari, Chrome, Opera, Internet Explorer 7+. No dependencies except the jQuery library. Released under the MIT License: http://www.opensource.org/licenses/mit-license.php

This plugin was developed by and for Pixabay.com - an international repository for sharing free public domain images. We have implemented this plugin in production and we share this piece of software - in the spirit of Pixabay - freely with others.

Demo and Documentation

https://goodies.pixabay.com/jquery/tiny-draggable/demo.html

Features

  • Extremely lightweight: 0.5 kB of uncompressed, minified JavaScript
  • Options for selecting and excluding drag handles

Changelog

Version 1.0.2 - 2014/10/22

  • Prevents previously selected text from getting unselected by dragging.

Version 1.0.1 - 2014/09/18

  • Minimized code even further by a few bytes.

Version 1.0.0 - 2014/06/26

  • First release