xpath2.js
xpath2.js copied to clipboard
How to get a min.js of this?
Hello,
Great library! How can I get a copy-paste-able version of this library minified? Breaking it up into many files is not practical for my use case (Chrome developer console).
Thanks!
Would you like the jQuery version? If so, you can find it at https://github.com/ilinsky/jquery-xpath If not, what API would you need? Where do you want to run library - server-/ or client-side?
Hi. I'm trying to run this library on the client side (browser). But the dependencies on "fs" and "vm" doesn't allow that. Is there a way to use this directly in browser (without using jquery-xpath)?