var tag = $('div.firstClassName.secondClassName.thirdClassName');
var
tag = $(
'div.firstClassName.secondClassName.thirdClassName'
);
注意空格