文件名称:Code_snippet:代码片段
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-28 08:20:06
JavaScript
FullHeight 函数 addFullheight(fullh){ fullh.each(function(){ if($(this).hasClass('fullheight')){ $(this).height($(window).height()); } }) ; } FullBackground function addFullbg(fullbg){ fullbg.each(function(){ if($(this).attr('data-background')){ $(this).css('background-image','url(' + $(this).attr('data-background') + ')'); } }) }
【文件预览】:
Code_snippet-master
----smoothscroll.js(7KB)
----README.md(500B)