Starting out as a newbie in the realm of java-script/html/css, my inaugural project is this web quiz. I am currently working on it using eclipse on a mac. Thus far, the web quiz functions properly on safari, firefox, and chrome on my desktop computer. Initially, it was also compatible with iPad and iPhone; however, suddenly it stopped working on those devices. While it still operates on my desktop, the iPad/iPhone only displays the "static" html version of the page.
If you click the link provided above, you'll see that the web quiz is divided into two html tables. The first table consists of a 4*3 grid of questions represented by images, while the second table displays an image with four answer options. Java-Script is utilized to toggle between these two tables (show/hide).
Upon opening the webpage on an iPhone/iPad, it appears as though Java-Script is not enabled, causing the tables to be statically positioned one below the other... despite Java-Script being activated on all test browsers!
It would be greatly appreciated if any experienced professionals could take a quick look at the web quiz and point me in the right direction. Thank you!