Skip to content

Instantly share code, notes, and snippets.

@walm
Created February 8, 2013 11:43
Show Gist options
  • Save walm/4738413 to your computer and use it in GitHub Desktop.
Save walm/4738413 to your computer and use it in GitHub Desktop.
Ort utifrån postnummer via Posten med jQuery
$.get('http://www.posten.se/soktjanst/postnummersok/resultat.jspv?pnr=11240', function(data){
console.log("Ort", $(data).find('td.lastcol').first().text());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment