$('#qvDetails,#qvAdd,.qvFramedActive,#qvMoreSizes').live('mouseover',function(){
$(this).addClass('qvHover');
});
example from one of my projects.you can mention both divs and classes together like above
you can provide as coma separated class or divs in the same...