Skip to content

Instantly share code, notes, and snippets.

@linroex
Created February 9, 2015 17:10
Show Gist options
  • Save linroex/57921b0a1b003bc9c028 to your computer and use it in GitHub Desktop.
Save linroex/57921b0a1b003bc9c028 to your computer and use it in GitHub Desktop.
$('.subject').each(function(){
console.log("http://ithelp.ithome.com.tw" + $(this).children('a').attr('href'));
console.log($(this).text());
console.log();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment