摘要:
方案一 参考文案http://blog.csdn.net/alex8046/article/details/51456131 document.body.clientWidth ==> BODY对象宽度document.body.clientHeight ==> BODY对象高度document.d 阅读全文
摘要:
animate/动画 所有用于动画的属性必须是数字的,除非另有说明;这些属性如果不是数字的将不能使用基本的jQuery功能。(例如,width, height或者left可以执行动画,但是background-color不能,除非使用jQuery.Color插件。)属性值的单位像素(px),除非另有 阅读全文