Can I use non existing CSS classes?

后端 未结 13 1945
北荒
北荒 2020-11-27 12:54

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:42

    The moment you add the Class in your HTML the Class will be defined, so your solution is completely fine

提交回复
热议问题