标签: javascript jquery html css layout
我正在使用以下代码来设置页面的布局,因为我没有看到使用CSS的方法。麻烦是 - 它在页面加载(或正在刷新)时工作正常,但是如果我使用页面上的链接导航到necesserry元素所在的页面,则它不起作用。为什么这样,我该怎么做才能解决它?谢谢!
$(document).ready(function(){ $('article:not(:nth-child(4n))').css('margin-right', '20px'); });