var str = '<div style = "width:100%; height:100px;"><p class = "one">Текст сообщения</p></div>'; alert(str.replace(/<\/?[^>]+>/gi, '');)