jQuery UI Widgets Forums Navigation Tree How to distinguish the trigger method

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 8 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • itbird
    Participant

    Hi all

    As you know, once we click the checkbox, it will trigger the status of that checkbox, and the status of all children under that checkbox will be affected as well.

    Which will fire [$(‘#jqxTree’).on(‘checkChange’, function(event) {} ] a lot of times, I just want to run a function which is fired by the initial checkchange only (the click on the mother node.), and ignore all other status changes of the child node.

    It is really headache for me.

    Thank you very much.

    Cheers

    Johnny


    Dimitar
    Participant

    Hello Johnny,

    Unfortunately, this cannot be achieved.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.