Discussion:
Is there any way to expand collapse multiple check boxes ?
(too old to reply)
KPOP
2011-08-08 10:53:23 UTC
Permalink
my problem is I want multiple check buttons for multiple customers,
where as customer can be expanded and collapsed , and multiples
entries under each customer should be multiple checkboxes . and also
i want to select all checkboxes under one / multiple customer in one
go.

if this is possible can someone explain with small code ?

Many Thanks


like


+ Customer1 ( expand / collapse )
[] checkbox1
[] checkbox2
[] checkbox3
[] checkbox4
+ Customer2 ( expand / collapse )
[] checkbox1
[] checkbox2
[] checkbox3
[] checkbox4
+ Customer3 ( expand / collapse )
[] checkbox1
[] checkbox2
[] checkbox3
[] checkbox4
d***@gmail.com
2014-04-16 20:51:23 UTC
Permalink
http://jsfiddle.net/jjfaB/4/
Post by KPOP
my problem is I want multiple check buttons for multiple customers,
where as customer can be expanded and collapsed , and multiples
entries under each customer should be multiple checkboxes . and also
i want to select all checkboxes under one / multiple customer in one
go.
if this is possible can someone explain with small code ?
Many Thanks
like
+ Customer1 ( expand / collapse )
[] checkbox1
[] checkbox2
[] checkbox3
[] checkbox4
+ Customer2 ( expand / collapse )
[] checkbox1
[] checkbox2
[] checkbox3
[] checkbox4
+ Customer3 ( expand / collapse )
[] checkbox1
[] checkbox2
[] checkbox3
[] checkbox4
Loading...