Questions tagged [jqtree]

JqTree is a jQuery tree widget

JqTree is a jQuery tree widget.

Features:

  • Create a tree from JSON data

  • Drag and drop

  • Works on ie7+, firefox 3.6+, chrome and safari

  • Written in Coffeescript

76 questions
0
votes
1 answer

Use jqTree with ASP MVC and JSON File

I have just added jqTree to my ASP MVC app. I need to display a TreeView in my view: @{ ViewBag.Title = "Tree"; }

@ViewBag.Title

@section scripts {