Determine if CSS property is set to a certain value?

后端 未结 3 1544
太阳男子
太阳男子 2021-01-31 15:16

Just wondering how to determine a jQuery statement like this

if( $(\"#test\").css(\'display\', \'block\') == true) {
   return true;
}

Basicall

3条回答
提交回复
热议问题