bioccular / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

Does not work #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Download lates version (1.0.1)
2. extract files
3. start index.html
4. I saw only console errors:
   "ReferenceError: jQuery is not defined"
   "ReferenceError: $ is not defined"
5. when I changed jQuery to the version 1.11.1 and changed "$" to "jQuery" in 
index.js I did not got errors on start but I see black background and when I 
click PLAY I got error:
   "ReferenceError: player is not defined" in jquery.tubular.1.0.js file in 109 line

I am using Win7/32 and Firefox 32.0.3

Original issue reported on code.google.com by marcin.d...@gmail.com on 16 Oct 2014 at 8:32