jQuery网页背景浮动视差动画插件|jqFloat

Don't touch me!!!

jqFloat.js

一个jQuery插件可以在你的网页里设置悬浮的元素,比如图片或者div层。

$(document).ready(function() {	$('object').jqFloat({		width: 100,		height: 100,		speed: 1000	});});