jQueryRotate无法正常工作

时间:2013-03-29 11:30:35

标签: jquery mobile

我正在使用jQuery Rotate来旋转图像,但我无法弄清楚它无法正常工作的原因。我在代码中包含了所有内容,但没有运气。我在FF上测试它。

<html>
    <head>
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
        <script type="text/javascript" src="http://jqueryrotate.googlecode.com/svn/trunk/jQueryRotate.js"></script>
        <script type="text/javascript">
            $(document).ready(function() {
                $("#image").rotate(180);
            });
        </script>
        <title></title>
    </head>
    <body>
        <img src="https://www.google.com/images/srpr/logo3w.png" id="image" style="margin: 100px 100px">
    </body>
</html>

即使我从这个帖子Having trouble getting jqueryrotate to work粘贴代码,但没有运气。

1 个答案:

答案 0 :(得分:0)

我是jqueryrotate的作者并且不得不说...好吧..我在处理多个浏览器的边距时遇到了一些问题我建议你把IMG放到DIV中并将这个边距添加到DIV容器中。不幸的是,它是CANVAS / VML解决方案的重要解决方案的结果,很难考虑所有可能的情况(例如保证金)。