Hello, I need to take an string items in an array and output them to html. Basically, I need to take steps in an array and output them like the following order: 1. Step A 2. Step B 3. Step C 4. Step D There can be any number of steps dynamically added to the array at any given time. I ...
I am using a JS array with the following content for an eg xoxo[0] = "NICE PRS: Rethinking large lecture courses, instructors project conceptual questions for students to respond to using PRS clickers. Aggregate yet anonymous histograms immediately illuminate what students are learning or not."+nextlink1; I now need to include html tags inside the array like this NICE PRS: Rethinking ...
Hi, I'm trying to learn JS here and I'm having a bit of trouble here... Currently I have a page with 3 checkboxes that have an onClick() attached to them. Each checkbox has 3 sub-checkboxes that are hidden until the main one is checked. As well, if the main one is checked, but none of the sub ones, it assumes that ...