How to access HTML element using XPath in IE8?

后端 未结 3 851
鱼传尺愫
鱼传尺愫 2020-12-21 09:00

I am stuck with as issue of accessing HTML element in IE using XPath in Javascript? I already tried with selectNodes() method but its for XML only, it does not work for XPat

3条回答
  •  心在旅途
    2020-12-21 09:24

    Try Wicked Good XPath: https://code.google.com/p/wicked-good-xpath/

    It is the smallest and fastest JavaScript-based XPath library and maintained by Google.

提交回复
热议问题