Why doesn't this work in code ```coffee $("#add-mod-button").disabled = true ``` But this works in console? ```javascript document.getElementById("add-mod-button").disabled = true ```