Is querySelector supported by all browsers?

后端 未结 5 901
深忆病人
深忆病人 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:18

    I tested it with FireFox - It is perfectly work. In IE there is a issue when you use the document with quirk mode (without using DOCTYPE HTML)

    Try to use in the HTML document

提交回复
热议问题