Skip to content

Commit 8b39ff0

Browse files
committed
#master v.2 push, adding ajax requests
1 parent eb57a1c commit 8b39ff0

11 files changed

+555
-202
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
Bootstrap Tree v0.1
1+
Bootstrap Tree v0.2
22
==============
33

44
A lightweight Tree component, built for use with the Twitter Bootstrap framework.
55

66
A work in progress. All feedback is welcome.
77

8+
[10.06.2012] - v0.2 - Added ability to populate branches with Ajax. "Branch" configuration
9+
specifies where to get the data, and the parameters to "POST" in the request.
10+
811
Bootstrap Tree © 2012 Cutters Crossing
912

1013
'Bootstrap' is © 2012 Twitter, Inc.

bootstrap/css/bootstrap-tree.css renamed to bootstrap-tree/css/bootstrap-tree.css

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap Tree v0.1
2+
* Bootstrap Tree v0.2
33
*
44
* Copyright 2012 Cutters Crossing
55
* Bootstrap is Copyright 2012 Twitter, Inc.
@@ -22,6 +22,20 @@
2222
.branch.in {
2323
height: auto;
2424
}
25+
26+
a:link,
27+
a:visited,
28+
a:hover,
29+
a:active {
30+
color: #000;
31+
text-decoration: none;
32+
}
33+
34+
a:hover {
35+
text-decoration: underline;
36+
cursor: pointer;
37+
}
38+
2539
a.tree-toggle {
2640
height: 16px;
2741
padding-left: 20px;

bootstrap-tree/img/ajax-loader.gif

1.81 KB
Loading
Loading

0 commit comments

Comments
 (0)