sasaaibo / jqueryrotate

Automatically exported from code.google.com/p/jqueryrotate
2 stars 0 forks source link

jQueryRotate.2.1.js:291 - Uncaught ReferenceError: jQuery is not defined #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add the jQueryRotate.2.1.js file in html
2. In script tag add $("#img").rotate(45);
3. In Body tag add <img src="myimg.png" id="img"/>

What is the expected output? What do you see instead?
to rotate image by 45 degree

What version of the product are you using? On what operating system?
2.1

Please provide any additional information below.
Well actually i am a newbie. So please don't mind if this issue is just for me. 
:)

Original issue reported on code.google.com by jigar.ti...@gmail.com on 3 Mar 2012 at 2:15

GoogleCodeExporter commented 9 years ago
Can you please create test case what is not working here: http://jsfiddle.net/

Original comment by wil...@gmail.com on 3 Mar 2012 at 10:21

GoogleCodeExporter commented 9 years ago
Blah sorry i didnt read most important:

"jQuery is not defined" - well this is a jQuery plugin - you have to include it 
first to make this plugin working :D

Original comment by wil...@gmail.com on 3 Mar 2012 at 10:21

GoogleCodeExporter commented 9 years ago
Yea. Its working now. Sorry for the trouble. :D
Great Support !

Original comment by jigar.ti...@gmail.com on 3 Mar 2012 at 11:51