I have 3 controls with id control_1, control_2, control_3.
control_1
control_2
control_3
I want to hide these controls.
Currently I am using this:>
Why not replacing IDs with a class like .controls? Then just use:
.controls
$(".controls").hide();