Code

Discussion on jQuery Horizontal Tree

Discussion on jQuery Horizontal Tree

By
Cart 653 sales

pateltn supports this item

Supported

This author's response time can be up to 10 business days.

113 comments found.

yumeno Purchased

Hi, when i view it in safari browser, the line wasn’t align properly. https://staging.rdipush.com/designdemo/tree_not_align_safari.png

Hello, is there no automatic shrinking in this design? Because I’m trying to create an organizational structure for a hospital, but when it doesn’t fit, it breaks downward and loses its integrity. Is there a solution for this?

I am sharing the screenshots via WeTransfer link, could you check?

https://we.tl/t-XYZCyXNxg4?utm_campaign=TRN_TDL_05&utm_source=sendgrid&utm_medium=email&trk=TRN_TDL_05

Hi, I am not able to see the screenshot. Can you send more details on tarakpatel18@gmail.com

viewers.php

I see HTML codes on the page, but there’s no code to connect to the database and fetch data. I’m not sure if I uploaded it incorrectly. Can you please send me the complete code?

check db.php where you can connect your database

Hi I want to do a change in the script, when it opens want all nodes to be closed except the first one (managerid=0), is that possible?

$(“ul.tree div#1 .hide”).trigger(‘click’);

add this line at the end of the page. It will close all nodes.

if I have a system that have a flow like requests, example: request from vendor -> to secertary to employee to admin , how easy is it to implement something like this?

Is there an option so that the organization chart appears with only one part open by default? For example only the first two levels. Thanks

You can add the “hide” class to the

  • , the child nodes will be hidden of that li.
  • Sorry, I think a part of the message is missing, is it possible?

    Yes, Sorry I missed your message. You need to add the ‘hide’ class to the LI so all the nodes in the LI will be hidden.

    Currently I’m using C# and i need the HTML code to manipulate the Tree. Can you help me provide HTML format based on your sample.

    please check you mail. I replied you there. Thank you

    Thank you for the response. I cannot however see the HTML in the backend of the website How do I access the html tags?

    How did you create HTML for tree? Are you put the static HTML there OR using CMS or it’s a dymenic HTML code getting by sql query from database?

    Hi! Am not sure what am supposed to do but my chart overflows whenever I put in the text and no longer looks like the tree in the demos. Kindly assist. https://mfa.go.ke/demo/

    Hi, I just check your demo. There is a <code> tag there in the tree HTML and that is causing the issue. Remove <code> tag from the tree HTML and the problem will be fixed. Thank you

    Hello drag drop is no longer working in chrome, even add is not working in the new version

    Please don’t remove that.

    If you look at your older downloads they ALL worked in the HTML / jQuery version, before your update

    .

    Please see the debug console, and you can see the errors.

    Actually, in the old version add, update and delete worked in HTML but all the updated data was lost when the page was refreshed. So to store data I did database connection and use PHP. That’s why I created two demos. HTML and PHP

    I can’t found console error. did you see a console error in demo? Can you please send me screenshot on my gmail about error.? Thank you

    Hi team ,

    we want to buy this plugin before buy need some query about features

    http://preview.codecanyon.net/item/jquery-horizontal-tree/full_screen_preview/4294567?_ga=2.110367429.1719524427.1631776016-1124423076.1629872890 we have some query about :

    1. we want to add one more line text ( Name and Title) 2. we want to add image icon in every node. 3. we want to expend node collapse 8 level or according to our data

    Best regards, Anuradha

    Hi team ,

    we want to buy this plugin before buy need some query about features

    http://preview.codecanyon.net/item/jquery-horizontal-tree/full_screen_preview/4294567?_ga=2.110367429.1719524427.1631776016-1124423076.1629872890

    we have some query about :

    1. we want to add one more line text ( Name and Title) 2. we want to add image icon in every node. 3. we want to expend node collapse 8 level or according to our data

    Best regards, Anuradha

    Is there any upcoming update, I am interested to use it for a mind-map application

    Hi I bought you item and I was thinking that I will get documentation but there is no documentation now I dont know how to use it and what kind of functions I can get from it. I want to return this product becasue it is no usefull for me

    http://jquery.today/jquery-horizontal-tree/

    just scroll down to bottom of this page, you will get all detail over there.

    wherever you stuck, send mail to me on aeonian.in@gmail.com

    Hi, if I click to highlight and make a hyperlink for goto another page , How to back to highlight again from new page?

    iam alrady save it in database , could you do examble for me

    iam using .net mvc C#

    Sorry, I don’t have an example right now.

    But try the below steps

    - Manipulate tree UL / LI structure and add unique data-id into each li.

    - When you redirect to another page, save that particular LI data-id into the database or cookie

    - When you come back to the tree again you just need to get that LI data-id and then use the below jQuery code (bottom on a page)

    var $data-id;

    if ($data-id) {

    $(".tree li[data-id=$data-id] > div").addClass("current");
    $(".tree li[data-id=$data-id] > div span").show();

    }

    hi, i bought it, great work! one question: can it be possible to have one last node at the end of the tree that has join with all the last nodes of each branch, just like the first node, but at the end,

    Hello,
    I have a presale question.
    How the script jQuery Horizontal Tree store data for tree?
    Does we store tree data to json or what?
    Thank you
    I’m looking for your respond asap

    Hello

    I have just purchased your plugin, however, I have trouble using the php version. do you have any documentation that explains how does it work. my php is 5.4. thank you

    Did you check a mail I sent you on summyadam@hotmail.com

    I have paid a developer to fix the issues. now I have another issue when I add a new child, it does not save automatically, when I do it the second time it saves it into the db. is there away to fix that?

    Hi, PHP demo working fine from my end but I will retest it again. And I already approved your refund request. Thanks

    Does it work with bootstrap 4 and jquery 3? I need it to only display my tree , without all the crud operation. Can I achieve that with your plugin?

    just need a quick fix here. How do i disable the tree auto restructuring itself when we click on expand/collapse. I would rather have the page width increase then then tree rearranging the node to fit onto the page.

    Any suggestions would be helpful on this.

    thanks

    Hi,

    Below function call on page load but you can call it on any other event instead of page load.

    $(’.tree’).tree_structure();

    Thanks

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve CodeCanyon.

    Sure, take me to the survey