hosted at pulljson.com or https://html-to-json.herokuapp.com/
A simple json data parser utilizing jquery on remote page
install pulljson
from npm.
npm install pulljson
run app.js
node app.js
go to localhost:3000/jquery?site=jquery.com&selector=find('h2')&forceText=true&callback=myCallbackFunction
console.log("todo snippet here");
- id jquery hash-selector does not work &find('div#myid') try &find('div[id="myid"]') instead
Made with contributors-img.