app section modified…

This commit is contained in:
Harry Bomrah 2012-04-09 17:40:03 +08:00
parent 35567c2139
commit f807cd026d
1 changed files with 7 additions and 5 deletions

View File

@ -256,11 +256,13 @@ var orbitDesktop = function(dom){
}
else
$("#"+$(this).attr("data-category")).append(element);
}
});
$(".section_label ul li:not(:nth-child(1)) span.tile").hover(function(){
$(this).toggleClass("op06");
})//.mouseleave(function(){$(this).addClass("op06");});
},over:function(){
$(this).find('span.tile').removeClass('op06');
},
out:function(){
$(this).find('span.tile').addClass('op06');
}
});
$('#holder').tinyscrollbar({ axis: 'x'});
var $sdm = $('.sdm');