Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created September 5, 2018 07:25
Embed
What would you like to do?
document.querySelector('.hoge').innerText // エラー
$('.hoge').text() // 空文字
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment