Bootstrap-Tree
Bootstrap-Tree copied to clipboard
A lightweight Tree component, built for use with the Twitter Bootstrap framework
Cannot collapse a tree in Chrome because javascript tries to set a property on a string. Occurs in bootstrap-tree.js:420
yui compressor with 2.4.8 or 2.4.6 can not compress bootstrap-tree.js... hotfix in this PR. review plz. thx.
While trying Bootstrap-Tree out in IE10 developer mode emulating IE8 (lowest IE version supported by our project) I noticed that IE was throwing an error: SCRIPT1010: Expected identifier. It happened...
If you load any `leaf` elements onto the tree which are not contained in a `branch` it gives an error that the method doesn't exist on undefined... which makes sense...
Hi, The bootstrap tree works fantastically in firefox, chrome and IE. But i am facing issues in Safari. Once you open a branch, it cant be closed. I get the...
Hi Cutter, I have little experience with javascript, I'm trying to send data via ajax to a function but can not find the way, is there the possibility to do...
Without this, the rules overwrite the class for the whole page/site
bad css
Plugin has global styles and styles for tags. It's very bad. Needed class-wrapper. ``` a:link, a:visited, a:hover, a:active { color: #000; text-decoration: none; } a:hover { text-decoration: underline; cursor: pointer;...
The tree example didn't work for me out of the box. Changing line 88 from `$.post` to `$.get` fixes the problem for me. What is the purpose of using `$.post`...