1

I need xpath plugin for jquery which works in all browser and supports all xpath selectors (Since jquery supports basic xpath). Can stackoverflow members suggest one? Plugin should provide generation of xpath for given element and element selection for given xpath. Thank you in advance.

Khamidulla
  • 2,927
  • 6
  • 35
  • 59

1 Answers1

2

Did you try this?

It has its own engine so it should work in all browsers(with javascript support)

Rookie Programmer Aravind
  • 11,952
  • 23
  • 81
  • 114
msangel
  • 9,895
  • 3
  • 50
  • 69
  • Nice small plugin. However i guess it does not support xpath generation by given element. Am i right? – Khamidulla Dec 31 '13 at 08:04
  • @antindexer, yes it doesnt support, but you can write write such feature yourself or search for existing solutions(for example this: http://stackoverflow.com/a/2631931/449553) – msangel Dec 31 '13 at 08:10
  • Yes I can do it. I can even write xpath selector by given xpath by myself. However I ask ready made solution. If there is no other. I will do so for sure. Thank you. – Khamidulla Dec 31 '13 at 08:12