Get All Elements in an HTML document with a specific CSS Class

前端 未结 10 844
时光取名叫无心
时光取名叫无心 2020-12-01 04:10

What\'s the best way to get an array of all elements in an html document with a specific CSS class using javascript?

No javascript frameworks like jQuery allowed her

10条回答
  •  -上瘾入骨i
    2020-12-01 04:55

    Keep in mind that atleast FF3 already has a native implementation of getElementsByClassName afaik.

    If you're going to implement your own solution, maybe you should try to find a xpath-solution since all modern browser have native support for xpath.

提交回复
热议问题