I couldn\'t find this anywhere, partly because its keywords are pretty common.
$(\'.pause_button\').text(\'
.text() actually escapes all HTML specific characters, .html() doesn't.
.text()
.html()