Is querySelector supported by all browsers?

后端 未结 5 963
深忆病人
深忆病人 2021-02-07 09:35

I would like to know is querySelector supported by all browsers? is not what\'s alternate for it to use?

I have tested it with IE8, FF3, Chrome 4. Its f

5条回答
  •  天命终不由人
    2021-02-07 10:00

    You can check MDN for detail information.

    | Feature       | Chrome |  Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
    | ------------- | ------ | ---------------- | ----------------- | ----- | --------------- |
    | Basic support |   1    |  3.5             |   8               | 10    |   3.2           |
    

提交回复
热议问题