diff --git a/README.md b/README.md index b86e091..d953a66 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,15 @@ These advanced config options are also available: * `emptyClass` The class used for empty list placeholder elements (default `'dd-empty'`) * `expandBtnHTML` The HTML text used to generate a list item expand button (default `''`) * `collapseBtnHTML` The HTML text used to generate a list item collapse button (default `''`) +* `changeEvent` The name of the event that is triggered upon change in the tree (default `'change'`) **Inspect the [Nestable Demo](http://dbushell.github.com/Nestable/) for guidance.** ## Change Log +### 16th January 2017 +* Added the `changeEvent` option ([Gabriel Zerbib](https://github.com/zzgab) + ### 15th October 2012 * Merge for Zepto.js support diff --git a/index.html b/index.html index bb950f8..caed324 100644 --- a/index.html +++ b/index.html @@ -137,6 +137,12 @@ .dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; } .dd3-handle:hover { background: #ddd; } +/** + * Socialite + */ + +.socialite { display: block; float: left; height: 35px; } +
@@ -145,7 +151,14 @@Drag & drop hierarchical list with mouse and touch compatibility (jQuery plugin)
- + + + +PLEASE NOTE: 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.
@@ -248,9 +261,9 @@Copyright © David Bushell | Made for Browser
+Copyright © David Bushell | Made for Browser
- +