I have a quick question. How can I put two items in $ syntax? for example,
$(document).ready(function(){
$('#loading_gif' && '#logo_img').fadeIn(2000).fadeOut(2000);
I just put '&&' and did not work. there should be a simple way i guess. Thanks!