我正在使用以下代码设置font-weight属性:
$(this).css({ 'font-weight': 'normal' });
现在我想检查一个元素是否具有粗体或正常的font-weight propety,我该怎么做?
jquery fonts properties
fonts ×1
jquery ×1
properties ×1