此代码使用backstretch插件(http://srobbin.com/jquery-plugins/jquery-backstretch/)
这应该拉伸由
调用的background.jpg if($( ".container" ).length > 0) {
$.backstretch("/images/background.jpg");
与此相同吗?
$( "body" ).append( "<div class='bg' id='backstretch'>
<img src='/images/background.jpg' />
</div>" );
答案 0 :(得分:0)
不,$.backstretch()
调用插件,只需在图像上添加标记即可。见https://github.com/srobbin/jquery-backstretch/blob/master/jquery.backstretch.js