вот что выводит если делать как вы посоветовали
btnButton = $('#' + buttonId);
memory = btnButton.style.background;
//тут пишет ошибку uncaught typeerror cannot read property 'backgraund' of undefined
txtTextarea.bind("input", function () {
ChangeElementsState();
id кнопки 100% правильно, потому как если прописать
btnButton.css('background', '#DDDDDD');
она спокойно добавляет стиль к кнопки