标签:
jquery如何获取元素的宽度和高度:
这当然是比较基础的问题,不过有可能初学者还是不够明了,下面就简单介绍一下。
获取元素的宽度:
$(selector).width()
获取元素的高度:
$(selector).height()
selector是选择器,例如id、类和元素选择器登登。
原文地址是:http://www.51texiao.cn/jqueryjiaocheng/2015/0613/4046.html
最为原始地址是:http://www.softwhy.com/forum.php?mod=viewthread&tid=8327
标签:
原文地址:http://www.cnblogs.com/softwhy/p/4681676.html