let's say I have a button like
<input id="button" type="button" value="+" style="background-color:blue" onclick="me();"/>
how can I disable and enable it when I want? I have tried (disabled="disable") but enabling it back is a problem. I tried setting it back to false but that didn't enable it.