以联合材料为基础的解决办法(已经就绪)并不好,但我会试图首先回答有关 co的问题:
You could use some kind of jQuery cookie plugin or just plain JS which is a bit harder.
jQuery syntax is:
$.cookie( name , value ); // storing cookie
$.cookie( name ); // reading cookie
你们可以把你的来源代码改成这样的内容:
function resizeContainer(var force=false) // additional parameter is used to force resetting cookie
{
var width;
if($.cookie( knownWidth ) && !force) // if there s a cookie and we re not forcing reset, use width from cookie
{
width = $.cookie( knownWidth );
}
else
{
width = $(window).width();
$.cookie( knownWidth , width);
}
var bodycontent_grid = width < 1200 ? span8 :
width > 1200 ? span6 : ;
rightcol_grid = width < 1200 ? span3 :
width > 1200 ? span5 : ;
$( .bodycontent ).removeClass( span6 span8 ).addClass(bodycontent_grid),
$( .rightcol ).removeClass( span3 span5 ).addClass(rightcol_grid);
}
$(window).bind("load", function(){
resizeContainer(); // onload use cookie
});
$(window).bind("resize", function(){
resizeContainer(true); // when resizing force changing the cookie
});
在信使中,可以进入服务器一侧的厨师,然后可以在服务器一侧用 app子生成集装箱。
www.un.org/spanish/ecosoc 我必须说,我不喜欢用厨师解决问题。 关于,因此,为什么不使用CSS ?
你可以在你档案中这样做:
@media only screen and (min-width : 1200px) {
/* Styles when over 1200px */
}
@media only screen and (max-width: 1199px) {
/* Styles when under 1200px */
}
顺便提一下,将浏览器窗户转至或: 它纯属国家安全局!