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.