This repository was archived by the owner on Feb 10, 2021. It is now read-only.
Releases: jqueryfiletree/jqueryfiletree
Releases · jqueryfiletree/jqueryfiletree
2.1.5
2.1.4
- Fixing version number - Clearing comment from css (not really a big deal) - Restructuring Laravel connector (removing asterisk, which causes issues from some platforms)
2.1.3
Merge pull request #41 from ajdougal/preventLinkAction Add option for preventing default link action.
2.1.2
Merge pull request #38 from vinceis1337/add-nodejs-connector Add legacy node.js connector for express server
2.1.1
Proper callbacks, initiated event * Finally pushing '-expanded' and '-collapsed' events into a callback * Adding 'filetreeinitiated' event
2.1.0
Merged delegate-events branch, which uses .delegate() to handle events in the file tree, rather than attaching events every time a folder loads (drawbacks being piling up event handlers and the inability to handle events from elements dynamically added to the file tree like a new folder).
2.0.4
Onclick change caused odd subfolder behavior. Re-implemented onclick nullification for non-click events (except, fixed now)
2.0.3
Support Dynamically-Added Folders Adding a selector to .on event to support folders added dynamically.
2.0.2
2.0.1
* Fixing test CSS URL issue * Moved repo to its own named organization and now using that name style throughout this project (jQueryFileTree) * Updated Bower JSON files