Hello, how can I disable draggable option in jsTree? I want to disable moving nodes. How can I achieve this?
                
                A: 
                
                
              
            simply add this:
"default" : {
    draggable : false
},
it should be in the types: section.
                  Asaf
                   2010-06-01 07:35:26