I am having trouble getting the thumbnail scroll to move. The images are just static with the arrows on both ends. Not sure what the problem is. I have add the jquery library in the proper folders....
I am having some more trouble with this JQuery. I am trying to validate using regular expressions. I have my email validation working, but the postal code validation seems to cancel out the email...
I have laid out the javascript and HTML code. I am trying to disable the 3 checkboxes until the productOptions(radio buttons) is selected. I have highlighted the code in red where I am having...
I am getting a undefined error for a variable that I have already assigned. I have used it within several functions through out the program.. the problem line i have coded in red.
so this is what I have so far ... I am having trouble getting to the next question to generate by its self.... im using the code in red to make this happen. my aim is to remove the <p> and <ol> from...
I am currently putting together a trivia game and I have stored several items in an array for example the questions, and the answers, points value... etc.