我想请教下jquery里面获取"html"这个标签是怎么获取的,,写成js怎么写.
$("html").attr("style","overflow:hidden;");
是不是要判断页面的什么加载完成状态
写在$(document).ready里面吧?