JavaScript - Verifique se a div contém uma palavra? - PACK Overflow

if (document.getElementById('divId').innerHTML.indexOf("word") != -1) { }
Borma