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;单词出现。没有浮动。