Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Releases: jqueryfiletree/jqueryfiletree

2.1.5

17 Apr 06:40
Compare
Choose a tag to compare
Merge pull request #64 from grovert100/patch-1

Update jQueryFileTree.coffee

2.1.4

18 Jun 10:08
Compare
Choose a tag to compare
- 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

14 Jun 22:30
Compare
Choose a tag to compare
Merge pull request #41 from ajdougal/preventLinkAction

Add option for preventing default link action.

2.1.2

05 Apr 17:45
Compare
Choose a tag to compare
Merge pull request #38 from vinceis1337/add-nodejs-connector

Add legacy node.js connector for express server

2.1.1

16 Feb 10:24
Compare
Choose a tag to compare
Proper callbacks, initiated event

* Finally pushing '-expanded' and '-collapsed' events into a callback
* Adding 'filetreeinitiated' event

2.1.0

16 Feb 02:00
Compare
Choose a tag to compare

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

06 Feb 08:15
Compare
Choose a tag to compare

Onclick change caused odd subfolder behavior. Re-implemented onclick nullification for non-click events (except, fixed now)

2.0.3

01 Feb 08:35
Compare
Choose a tag to compare
Support Dynamically-Added Folders

Adding a selector to .on event to support folders added dynamically.

2.0.2

13 Aug 12:24
Compare
Choose a tag to compare
  • Add javascript function as possible data source (#19)
  • Some gulpfile.js modifications
  • README updated

2.0.1

24 Jun 14:30
Compare
Choose a tag to compare
* 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