Page 1 of 1

Manipulating a Collapsible Set with Dynamic Data Using Javascript

Posted: Thu Sep 12, 2013 11:02 pm
by Chem Swift

how would someone append dynamic data to a collapsible set? Both the head the the body using Javascript. For example var d = ["Mon", "Tue", "Wed"]; var t = ["Conan", "Tom", "Phil"]; I need to loop through the arrays and create a new set each time with the "d" array values added to the and the "t" array added to the body of the collapsible set.


Manipulating a Collapsible Set with Dynamic Data Using Javascript

Posted: Fri Sep 13, 2013 12:32 am
by maxkatz

http://phillips4jc.blogspot.com/2009/...

You should find many more resources on the Internet about manipulating arrays with JavaScript.