$('#id1, #id2, #id3').css('', '');
$.each([['foo', '10'], ['bar', '20'], ['baz', '30']], function(i, j) { $('#'+j[0]).css('top', j[1]+'px'); });