Get div attribute value on page load
This question already has an answer here:
做这个:
<script>
$(document).ready(function(){
var x =$("#divId").css("display");
alert(x);
});
</script>
链接地址: http://www.djcxy.com/p/2402.html
上一篇: 如何确定一个DOM元素是否“隐藏”?
下一篇: 在页面加载时获取div属性值