Submit button disable how change to enable

someone help me how to change disable to enable in submit button

$w(“#buttonID”).disable(); // Disables a button

$w(“#buttonID”).enable(); // Enables a button

thank you Mr . Andreas for replay me, can you tell me where can I put that code