Skip to content

Instantly share code, notes, and snippets.

View davidtruchet's full-sized avatar

david.truchet davidtruchet

  • IfThen
  • Punta Del Este, Uruguay
  • 22:45 (UTC -12:00)
View GitHub Profile
@Arty2
Arty2 / jquery.draggable.js
Last active November 26, 2020 12:28
jQuery plugin to make elements draggable without jQuery UI. Usage: view source on http://jqueryui.com/draggable/
/*--------------------------------------------------------------
Draggable
alternative to jQuery UI’s draggable
based on comments from: http://css-tricks.com/snippets/jquery/draggable-without-jquery-ui/
usage example: $('.post-thumbnail, article header').draggable();
--------------------------------------------------------------*/
(function($) {
if (!jQuery().draggable) {
$.fn.draggable = function() {
this