Home › Forums › JavaScript › Unable to link JS with my HTML (vid) › Reply To: Unable to link JS with my HTML (vid)
September 29, 2014 at 1:29 pm
#184985
Participant
READ DESCRIPTION
You can write your question here on the forum, please.
Also, “I followed a tutorial and it didnt work” is not a question.
Tell us:
- what you are trying to accomplish
- what you did, and what you expected to happen
- what actually happened
- any errors encountered (make sure you check for them — I didn’t see you look at the console/dev tools in your video)
It would probably be helpful to make a reduced test case to demonstrate your problem (e.g., on codepen). It is not reasonable to expect people to watch a video of your code to try and troubleshoot it.*
* notwithstanding, I do notice you’ve got two jquery scripts on your page (a regular version, and a minified version); this might cause conflicts.