Giter Club home page Giter Club logo

jquery-dragarrange's Introduction

#jquery-dragarrange

A very basic jQuery plugin to shift element position by drag

If you are looking for a library which can be ordered/arranged by drag, you are at right place. This plugin doesn't require any CSS change, just call the function on elements you want to be arranged, and you are done.

How to Use

<div id="elements-container">
  <div class="draggable-element d-1">Drag 1</div>
  <div class="draggable-element d-2">Drag 2</div>
  <div class="draggable-element d-3">Drag 3</div>
  <div class="draggable-element d-4">Drag 4</div>
</div>

Call the function: $('.draggable-element').arrangeable();

Optional Parameters

###dragSelector If passed, object can be dragged only from this selector. The default dragSelector is same DOM element that has called the function. ###dragEndEvent (Default: "drag.end.arrangeable")

When dragging ends, the draggable element's container triggers the specified event. First arguemnt (after the event object itself) is the jQuery object that was being dragged.

###Setup

bower install jquery-dragarrange

Or you can download latest library from here.

###Demo http://vishalok12.github.io/jquery-dragarrange/

License

Dragarrange is licensed under the MIT license. Copyright (c) 2014 Vishal Kumar

jquery-dragarrange's People

Contributors

vishalok12 avatar zzgab avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.