我有这样的HTML:
<style>
.hello {background:#ccc}
</style>
<div class="hello" style="height:40px; width:60px; display:inline-block">something</div>
目前,类hello有4个属性(背景,高度,宽度,显示)但是如何通过jquery计算类的属性数?
非常感谢你。
答案 0 :(得分:1)
尝试使用带有参数.attr()
的{{1}},String.prototype.split()
来检索";"
属性属性集;使用style
,.text()
与String.prototype.replace()
RegExp
,/\n|\s+/g
与String.prototype.match()
RegExp
,\.hello\{.*\}/
与{{1}带有参数String.split()
的{}} RegExp
,/\.hello\{|\}|;/
来检索Array.prototype.filter()
的{{1}}元素设置的属性,Boolean
以{{1}推送属性元素到style
数组
.hello
&#13;
Array.prototype.push()
&#13;
style
&#13;