How can i apply the css to multiple controls in jquery ? Controls prefix is same.
I have tried this so far but it is not working;
var id = '#myorders_ctl' + cntrlId + '_';
$(id + 'spanUpdateOrderItem', id + 'btnMinusOrderItem', id + 'btnAddOrderItem').css({ 'display': 'none' });