I have a table where I show/hide a full column by jQuery via a CSS class that doesn\'t exist:
13条回答 情歌与酒 (楼主) 2020-11-27 13:55 You can use a class which has no styles, this is entirely valid HTML. A class referenced in a CSS file is not a definition of a class, it is used as a selector rule for styling purposes. 0 讨论(0) 查看其它13个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You can use a class which has no styles, this is entirely valid HTML.
A class referenced in a CSS file is not a definition of a class, it is used as a selector rule for styling purposes.