jstree – jQuery Tree Plugin With HTML & JSON Data

jstree is a lightweight and flexible jQuery plugin to create tree menu from HTML & JSON data sources sources.This jQuery Plugin Support AJAX & async callback loading.It is absolutely free, open source and distributed under the MIT license.

Main Features of JSTREE:

  • inline edit, create and delete
  • drag & drop support
  • keyboard navigation
  • tri-state checkboxes
  • fuzzy searching
  • customizable node types

You can also check other tutorial of TreeView Menu,

Dynatree a jQuery Plugin – jQuery Treeview Drag and Drop Plugin

Dynatree is a JavaScript dynamic tree view plugin with support for persistence, keyboard, checkboxes, drag’n’drop, and lazy loading.

Main features of Dynatree

  • Checkboxes and hierarchical selection.
  • Supports drag and drop.
  • Optimized for large dynamic trees.
  • Support for lazy loading and Ajax.
  • Support for persistence.
  • Initializes from HTML code, JSON, or JavaScript objects.

Bootstrap Tree View – jQuery Tree Plugin

Bootstrap Tree View is a simple and awesome jquery tree plugin to display hierarchical tree structures.The main thing about this plugin, its supporting twitter bootstrap.

jQuery Tree Multiselect – Nested jQuery Treeview Plugin

jQuery Tree Multi select offers to replace jQuery multiple select with nested options with treeview element.

jQuery Sortable Tree Lists – Sortable jQuery Tree View plugin

jQuery Sortable Tree Lists is most customizable jquery plugin.you can use this plugin for sort terre elements,drag and drop with scrolling option.This tree plugin has callback fucntion like onDragStart and complete. Sortable lists also contains export functions toArray, toHierarchy, toString.

DirectoryTree.js – jQuery Tree Plugin to Display File paths

DirectoryTree is another bootstrap supported Tree jQuery Plugin.This plugin used for displaying an array of filepaths as a browsable, with tree structure.

jQuery Bonsai – lightweight jQuery tree plugin

jquery-bonsai is a lightweight jQuery plugin that takes a big nested list and prunes it down to a small expandable tree control.You can also use checkboxes and radio buttons to populate the tree using a JSON data source.

jQuery Tabelizer : Multi level treeView for Tables

Tabelizer is a another useful treeview jQuery plugin to support multi level grouping indicators for tables.

Fancytree – jQuery Dynamic Tree View plugin

Fancytree is a powerful and most popular dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag’n’drop, and lazy loading. Fancytree is the sequel of dynatree 1.0.

jQuery plugin – A Simple jQuery Treeview Plugin

jQuery Treeview is a lightweight and flexible transformation of an unordered list into an expandable and collapsible tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.Provides some options for customizing, an async-tree extension and an experimental sortable extension.

jQuery File Tree – File Structure Treeview Plugin

jQuery File Tree is most configurable, AJAX file browser plugin for jQuery.Its easy to use you can just initialize on target structure using one line code. jQuery File Tree plugin providing server side scrips like PHP,ASP and JSP scripts, which can read the directory structure on the server and create the file tree.

 
转自:http://www.open-open.com/news/view/c3f055

10+ 最流行的 jQuery Tree 菜单插件的更多相关文章

  1. 分享14个很酷的jQuery导航菜单插件

    导航按钮是网站的非常重要的一部分,因其将网站的所有部分而集中一处,jQuery导航菜单插件在其中扮演重要的角色. 本文介绍了14个很酷的jQuery导航菜单插件,它们够漂亮.简单,并且完全兼容各种类型 ...

  2. Smint – 用于单页网站制作的 jQuery 导航菜单插件

    Smint 是一款用于实现单页风格网站的 jQuery 导航插件,包含两部分:固定在页面顶部的精美导航条和能够在你点击的时候自动滚动到对应内容的菜单按钮.Smint 使用非常简单,只有一个参数用于设置 ...

  3. 10 个免费的 jQuery 可视化编辑器插件

    富文本编辑器,也就是所见即所得的 HTML 编辑器,是网站一个非常重要的组件,特别是对于一些内容发布网站来说.本文介绍 10 个基于 jQuery 的可视化文本编辑器. MarkitUp markIt ...

  4. Jquery多级菜单插件Slimmenu使用说明

    Jquery多级菜单插件Slimmenu使用说明 现在扁平化设计逐渐的成为了趋势,不管是pc web,还是移动互联网的应用开发,都在研究和设计Flat ui, 这里有一篇文章说明扁平化的设计的一些想法 ...

  5. 几款jQuery右键菜单插件介绍

    在网页中使用自定义右键菜单,实现上皆为使用javascript禁用浏览器默认的右键菜单,然后在网页中响应鼠标右键事件,弹出自定义的菜单. 类似右键菜单的组件网上很多.一般而言,改变浏览器的默认菜单应当 ...

  6. 分享10款常用的jQuery焦点图插件

    爱编程一直在收集整理编程相关的知识和解决方案,今天小编为大家带来10款非常常用的jquery焦点图插件. 1.jQuery可自动播放动画的焦点图插件 之前我们已经分享过很多非常实用的jQuery焦点图 ...

  7. jquery树形菜单插件treeView

    Jquery的treeview很好用,如果是简单的树形菜单按照下面的源码实例模仿就可以. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tr ...

  8. 几款jQuery右键菜单插件

    1.jQuery Very Simple ContextMenu Plugin 2.ContextJS Project Page:http://lab.jakiestfu.com/contextjs/ ...

  9. js(jquery)右键菜单插件的实现

    今天开发一个项目的时候需要一个模拟鼠标右键菜单的功能.也就是在网页点击鼠标右键的时候不是弹出系统的菜单而是我们制定的内容.这样可以拓展右键的功能.实现过程不多说了,写出来的代码和效果如下: js部分: ...

随机推荐

  1. Linux 命令 - arp: 操作系统的 ARP 缓存

    arp 命令可以查看 ARP 缓存或者手动添加.删除缓存中的条目. 命令格式 arp [-evn] [-H type] [-i if] -a [hostname] arp [-v] [-i if] - ...

  2. C# PLINQ 内存列表查询优化历程

    产品中(基于ASP.NET MVC开发)需要经常对药品名称及名称拼音码进行下拉匹配及结果查询.为了加快查询的速度,所以我最开始就将其加入内存中(大约有六万五千条数据). 下面附实体类. public ...

  3. document.ready和onload的区别

    转自:http://holysonll.blog.163.com/blog/static/2141390932013411112823855/ document.ready和onload的区别——Ja ...

  4. kettle学习-day1-介绍、下载、安装

    QQ群:306059317\ 技术支持:荷露叮咚网络学苑http://www.heludd.com/kettle 下载最新版,获取视频教程 kettle安装: 1).下载需要安装的kettle版本,官 ...

  5. 获得随机的n条结果行

    * FROM [Menu] order by NEWID() * FROM [Menu]

  6. T-SQL 使用链接库向mysql导数据遇到的奇葩事件一

    mysql表结构有 主键 非自增 text longtext类型字段多个 步骤 1.在T-SQL 临时表中处理好所有需要的字段 2.执行openquery语句 字段顺序完全按照mysql字段顺序插入 ...

  7. 将svn添加到系统服务

    C:\Users\Administrator>sc create svnServer binPath= "D:\Program Files\Subversion\bin\svnserv ...

  8. Ant 修改项目pom.xml文件应用

    <?xml version="1.0" encoding="UTF-8"?> <project name="project" ...

  9. (转)C# 数据类型映射 (SQLite,MySQL,MSSQL,Oracle)

    一.C# vs SQLite: C# SQLite 字段名 类型 库类型 GetFieldType(#) 转换 备注 F_BOOL bool BIT NOT NULL Boolean F_BOOL_N ...

  10. 关于web上的图片格式问题,新的彩蛋

    我们耳熟能详的几种格式无外乎 png-8,png-24,jpeg,gif,svg. 但是上面的那些都不是能够另人惊喜的答案.关于新技术的是Webp,Apng.(是否有关注新技术,新鲜事物) 1)Web ...