Chem Swift
Posts: 0
Joined: Wed Jul 24, 2013 10:06 pm

Manipulating a Collapsible Set with Dynamic Data Using Javascript

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Manipulating a Collapsible Set with Dynamic Data Using Javascript

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

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

Return to “Issues”