[Solved] Does jQuery Marquee work with jquery 1.6.4? [closed]


So I did the test for you

http://jsfiddle.net/aRW9Q/

Error says: "Uncaught TypeError: Object [object Object] has no method 'on' "

The answer is nope, since on() was introduced in jQuery 1.7. Upgrade instead of using an outdated jQuery version!

1

solved Does jQuery Marquee work with jquery 1.6.4? [closed]