Skip to content

Instantly share code, notes, and snippets.

@jdaigle
jdaigle / bootstrap.sortablelist.js
Created February 22, 2012 19:15
sortablelist plugin based on twitter's bootstrap JS conventions
!function ($) {
"use strict"
/* SORTABLELIST PUBLIC CLASS DEFINITION
* ============================== */
var SortableList = function (element, options) {
//this.$element = $(element)
//this.options = $.extend({}, $.fn.sortableList.defaults, options)