我正在尝试jqFloat.js

时间:2016-06-21 09:39:22

标签: javascript jquery

jqFloat.js – A Floating Effect with jQuery!

<!DOCTYPE html>
<html>
    <head>
        <title>Home</title>
        <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
        <script src="jqfloat.min.js"></script>
    </head>
    <body>
        <script type="text/javascript">
        $(document).ready(function() {
            $('sample').jqFloat({
                width: 300,
                height: 500,
                speed : 1500
            });
        });
        </script>
        <div id="sample">sample</div>
    </body>
</html>

仅&#34;样本&#34;单词出现。没有浮动。

0 个答案:

没有答案