Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

jQuery Treeview plugin 1.4.0


  • Added changelog (this file)
  • Fixed tree control to search only for anchors, allowing images or other elements inside the controls, while keeping the control usable with the keyboard
  • Restructured folder layout: root contains plugin resources, lib contains script dependencies, demo contains demos and related files
  • Added prerendered option: If set to true, assumes all hitarea divs and classes already rendered, speeding up initialization for big trees, but more obtrusive
  • Added jquery.treeview.async.js for ajax-lazy-loading trees, see async.html demo
  • Exposed $.fn.treeview.classes for custom classes if necessary
  • Show treecontrol only when JavaScript is enabled
  • Completely reworked themeing via CSS sprites, resulting in only two files per theme
    • updated dotted, black, gray and red theme
    • added famfamfam theme (no lines)
  • Improved cookie persistence to allow multiple persisted trees per page via cookieId option
  • Improved location persistence by making it case-insensitive
  • Improved swapClass and replaceClass plugin implementations
  • Added folder-closed.gif to filetree example