Comment on List.js – Adds search, sort, and filters to HTML lists, tablesparentComments−rpsw12yIf the class names remain semantic, I don't think there is much harm using classes. The class names in the examples accurate describe the elements inner content.Querying by class over data attributes is also usually faster.
Comments
If the class names remain semantic, I don't think there is much harm using classes. The class names in the examples accurate describe the elements inner content.
Querying by class over data attributes is also usually faster.