jTLine



Examples: Ajax

Ajax Call Example


                               
               <div id="tree"> </div>
            
            

                               
                
             $("#tree").jHTree({
              callType: 'url',
              url: '../data/myJsonFile.json',
              nodeDropComplete: function (event, data) {
                //----- Do Something @ Server side or client side -----------
                alert("Node ID: " + data.nodeId + " Parent Node ID: " + data.parentNodeId);
              }
            });    
             
            
            

💓 🤗 💕 Code | Ideas Contributions are most Welcome & Appreciated 💓 🤗 💕

@naadydev