Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created September 5, 2018 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/6d6933ca22070c1ac5e71cff01d0b00d to your computer and use it in GitHub Desktop.
Save goofmint/6d6933ca22070c1ac5e71cff01d0b00d to your computer and use it in GitHub Desktop.
document.querySelector('.hoge').innerText // エラー
$('.hoge').text() // 空文字
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment