eugenii / jqueryrotate

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

Breaks jQuery chaining #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $('#image').rotate(0).attr('src', 'some_image.jpg'); doesn't work
2. $('#image').attr('src', 'some_image.jpg').rotate(0); does
3.

What is the expected output? What do you see instead?
Javascript error: Object has no attribute "attr"

What version of the product are you using? On what operating system?
2.2, in OS X Chrome 19.0

Please provide any additional information below.
This also happens with other jQuery methods/angles for rotate. 
$('#some_div').rotate(100).text('this wont work either')

Original issue reported on code.google.com by artur.sa...@gmail.com on 27 May 2012 at 3:33

GoogleCodeExporter commented 9 years ago
Sorry, the exact error is actually this:
TypeError: Object [object Object] has no method 'attr'

Original comment by artur.sa...@gmail.com on 27 May 2012 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by wil...@gmail.com on 30 Jun 2013 at 8:26