wilq32-pwitkowski / jqueryrotate

jQueryRotate - plugin to rotate images by any angle cross-browse with animation support
http://jqueryrotate.com
152 stars 58 forks source link

It works only in one image? #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I realized that only works on one image, there is the possibility in Funcines 
on all pictures containing the id = "x"?

$(document.body).ready(function(){
$("#x").rotate({ 
bind: 
{ 
mouseover : function() { 
$(this).rotate({animateTo:45})
},
mouseout : function() { 
$(this).rotate({animateTo:0})
}
} 
});
});

Original issue reported on code.google.com by cont...@trgweb.com.br on 23 Jul 2011 at 5:06

GoogleCodeExporter commented 9 years ago
This suppose to work ONLY on images uhh.. I get so many invalid requests like 
that o_O hym...

Original comment by wil...@gmail.com on 23 Jul 2011 at 7:40