摘要:
.selector{ position: fixed; width: 100%; height: 100%; background-image: url(path); background-repeat: no-repeat; background-position: center center; ... 阅读全文
摘要:
function fn01() { $('selector').each(function(index) { if (index % 3 == 0) { $(this)........ } );} 只要该元素的ind... 阅读全文