I have this jsfiddle.
When I move the script from the upper panel to the lower panel, it does not work any more. And why can't I use jQuery to target the buttons? Now, I have to use vanilla JavaScript, because jQuery does not work.
Any ideas?
|
I have this jsfiddle. When I move the script from the upper panel to the lower panel, it does not work any more. And why can't I use jQuery to target the buttons? Now, I have to use vanilla JavaScript, because jQuery does not work. Any ideas? |
||||
|
|
|
In JSFiddle, at the left panel screenshot, you can choose where to place the script. By default, it's wrapped in an The reason that the YouTube Player API does not work with the default settings is that the API expects a global The solution is to properly use JSFiddle: Use Another solution, though less nice than the recommended one, is to globally define
|
|||||||||
|
|
From the left pane of jsFiddle, in the section titled "Choose Framework" you need to change the first setting to Your fiddle, updated: http://jsfiddle.net/Marcel/4WPmY/11/ |
||||
|
|