I copied the source code from this page http://www.sohtanaka.com/web-design/examples/image-rotator/ (which validates) directly into a new EE2 template without any alteration. And viewed the result in a browser. Firebug is throwing two errors :
syntax error
[Break On This Error] <!DOCTYPE html PUBLIC “-//W3C//DTD XHT…/xhtml1/DTD/xhtml1-transitional.dtd”>
jquery….min.js (line 1)
$ is not defined
[Break On This Error] $(document).ready(function() {
I’m guessing that the code should pass through ee unaltered and should validate as does the original code but there seems to be a problem. I would be most grateful on any help since I would like to use this nice control within my project -thanks