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

gettin latest #188

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a539298
First page commit
dbushell Jun 12, 2012
e1619b4
demo
dbushell Jun 12, 2012
3ee06cb
code link
dbushell Jun 12, 2012
4bd9736
text
dbushell Jun 12, 2012
42ff001
demo
dbushell Jun 12, 2012
d0e89c7
output
dbushell Jun 12, 2012
fdf7c5a
fix merge
dbushell Jun 20, 2012
7baa196
fix
dbushell Jun 20, 2012
89e3f31
update demo
dbushell Jun 21, 2012
ad2e5a7
script type
dbushell Jun 21, 2012
61d5635
include js
dbushell Jun 21, 2012
a6fad5e
ie mode
dbushell Jun 21, 2012
04fac33
lastest version
dbushell Jun 22, 2012
1f21ee3
update
dbushell Jun 27, 2012
35c0242
update
dbushell Jun 27, 2012
c8b3531
fix
dbushell Jun 27, 2012
ee6bb8e
Merge branch 'master' into gh-pages
dbushell Jun 27, 2012
6d0f591
fix
dbushell Jun 27, 2012
d322776
Merge branch 'master' into gh-pages
dbushell Jun 27, 2012
9b4dd7f
update
dbushell Jun 27, 2012
b76025e
Merge branch 'master' into gh-pages
dbushell Jun 27, 2012
5332f0a
text
dbushell Jun 27, 2012
01ac182
missing tag
dbushell Jun 27, 2012
12350a5
Merge branch 'master' into gh-pages
dbushell Jun 28, 2012
7f2a55f
share button
dbushell Jun 28, 2012
03242fe
github watch
dbushell Jun 28, 2012
e8dbaa5
github watch repo
dbushell Jun 28, 2012
ee2134d
css
dbushell Jun 28, 2012
e04f13e
social css
dbushell Jun 28, 2012
33a4b72
social css
dbushell Jun 28, 2012
8de6727
removed github button
dbushell Aug 15, 2012
953e690
update
dbushell Oct 15, 2012
560239b
merge fix
dbushell Oct 15, 2012
6595e98
fix merge
dbushell Oct 15, 2012
df86abf
Merge branch 'master' into gh-pages
dbushell Dec 3, 2012
12331a3
Merge branch 'master' into gh-pages
dbushell Dec 3, 2012
73251a8
Merge branch 'master' into gh-pages
dbushell Oct 17, 2013
4a5d76b
Merge branch 'master' into gh-pages
dbushell Aug 26, 2014
ccbaf93
Merge branch 'master' into gh-pages
dbushell Aug 26, 2014
5a5e94f
Update index.html
dbushell Apr 28, 2017
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
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

</style>
</head>
<body>
Expand All @@ -145,7 +151,14 @@ <h1>Nestable</h1>

<p>Drag &amp; drop hierarchical list with mouse and touch compatibility (jQuery plugin)</p>

<p><strong><a href="https://github.com/dbushell/Nestable">Code on GitHub</a></strong></p>
<p><strong><a href="https://github.com/dbushell/Nestable">Download on GitHub</a></strong></p>

<div class="cf">
<a href="http://twitter.com/share" class="socialite twitter-share" data-via="dbushell" data-text="jQuery Nestable plugin" data-url="http://dbushell.github.com/Nestable/" data-size="large" rel="nofollow" target="_blank">
<span class="vhidden">Share on Twitter</span>
</a>
</div>


<p><strong>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.</strong></p>

Expand Down Expand Up @@ -248,9 +261,9 @@ <h1>Nestable</h1>

</div>

<p class="small">Copyright &copy; <a href="http://dbushell.com/">David Bushell</a> | Made for <a href="http://www.browserlondon.com/">Browser</a></p>
<p class="small">Copyright &copy; <a href="https://dbushell.com/">David Bushell</a> | Made for <a href="http://www.browserlondon.com/">Browser</a></p>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="jquery.nestable.js"></script>
<script>

Expand Down