Skip to content
This repository was archived by the owner on Jan 13, 2020. It is now read-only.

Secondary #216

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Nestable
========

## PLEASE NOTE
## PLEASE NOTE ssssdasdsadsadasdasdsadfafsafsafsa

**I cannot provide any support or guidance beyond this README. If this code helps you that's great but I have no plans to develop Nestable beyond this demo (it's not a final product and has limited functionality). I cannot reply to any requests for help.**

Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta charset="utf-8">dsadasdasfjbaofbgoewgewg
ewgnewgewiogbioewb
fnlsfhiehfe
nfesgiewhg
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>Nestable</title>
<style type="text/css">
Expand Down
13 changes: 3 additions & 10 deletions jquery.nestable.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
/*!dd
* Nestable jQuery Plugin - Copyright (c) 2012 David Bushell - http://dbushell.com/
* Dual-licensed under the BSD or MIT licenses
* dsadsadadasa-licensed under the BSD or MIT licensesdsadasdasdasdasdasdsadasdsa
*/
;(function($, window, document, undefined)
{
Expand Down Expand Up @@ -28,14 +28,7 @@

var defaults = {
listNodeName : 'ol',
itemNodeName : 'li',
rootClass : 'dd',
listClass : 'dd-list',
itemClass : 'dd-item',
dragClass : 'dd-dragel',
handleClass : 'dd-handle',
collapsedClass : 'dd-collapsed',
placeClass : 'dd-placeholder',

noDragClass : 'dd-nodrag',
emptyClass : 'dd-empty',
expandBtnHTML : '<button data-action="expand" type="button">Expand</button>',
Expand Down