Comments on: Checkbox tree with jQuery http://www.antimath.info/jquery/checkbox-tree-with-jquery/ thoughts: simple; Tue, 21 Aug 2018 11:58:39 +0000 hourly 1 https://wordpress.org/?v=4.9.8 By: mihai http://www.antimath.info/jquery/checkbox-tree-with-jquery/#comment-53102 Mon, 27 Aug 2012 15:10:27 +0000 http://www.antimath.info/?p=54#comment-53102 Sorry, i don’t know…
but i think they need to be in a form, and that form needs to be submitted.

]]>
By: vikas http://www.antimath.info/jquery/checkbox-tree-with-jquery/#comment-45459 Wed, 11 Jul 2012 06:32:16 +0000 http://www.antimath.info/?p=54#comment-45459 Hello ,
Can anybody tell me how can I get checkboxtree values at server side.

]]>
By: mihai http://www.antimath.info/jquery/checkbox-tree-with-jquery/#comment-8486 Mon, 19 Sep 2011 15:27:59 +0000 http://www.antimath.info/?p=54#comment-8486 Thanks for the info Tim, … i didn’t know about this plugin… now i know :)

]]>
By: Tim http://www.antimath.info/jquery/checkbox-tree-with-jquery/#comment-8485 Mon, 19 Sep 2011 15:21:24 +0000 http://www.antimath.info/?p=54#comment-8485 Finally I changed my strategy. I’m using Dynatree : http://code.google.com/p/dynatree/. The advantage it takes comparing checkboxtree is the ajax option. It apparently really works well…

]]>
By: mihai http://www.antimath.info/jquery/checkbox-tree-with-jquery/#comment-7727 Tue, 13 Sep 2011 08:54:41 +0000 http://www.antimath.info/?p=54#comment-7727 The jQuery Live Query plugin ( http://brandonaaron.net/code/livequery/demos ), is a good idea when having elements added dynamically to the DOM,… and because that the event handlers have to be applied to elements were not in the DOM in the first place there are several reasons this is happening ( see this http://docs.jquery.com/FAQ#Why_do_my_events_stop_working_after_an_AJAX_request.3F ).

I hope it helps.

]]>
By: Tim http://www.antimath.info/jquery/checkbox-tree-with-jquery/#comment-7719 Tue, 13 Sep 2011 07:32:37 +0000 http://www.antimath.info/?p=54#comment-7719 Thank you for your fast answer.

Effectively I think that’s a DOM problem. Do you have some technics to be sure I’m using the last DOM order? The DOM order which corresponds to all checkboxes displayed on my page.

]]>
By: mihai http://www.antimath.info/jquery/checkbox-tree-with-jquery/#comment-7654 Mon, 12 Sep 2011 17:31:41 +0000 http://www.antimath.info/?p=54#comment-7654 Hi Tim,

I am sorry I can’t give you a definite answer, because I haven’t used it in this context, … but I think that your problem is happening mainly because when the HTML is loaded with AJAX, the code for the checkboxes ( the JS ) can’t browse correctly the DOM order, which is the base for this to work.

Are you sure you used the updated code and not the old one buggy one ? and did you tried the checkboxtree plugin ?

Thanks for your comment, and question, i will make some tests, hopefully i may find a solution.
Mihai

]]>
By: Tim http://www.antimath.info/jquery/checkbox-tree-with-jquery/#comment-7641 Mon, 12 Sep 2011 15:31:32 +0000 http://www.antimath.info/?p=54#comment-7641 Hi Mihai,

Did you already use this code in ajax/json context because I have some trouble to use it in such context. The checkboxes load in json have bugs when I click on and do not check all parents and children I want…

Thanks for you response,
Tim

]]>