0
我需要在此腳本中從所選類別中排除鏈接。任何人都可以告訴我如何排除一個.logo類的鏈接?檢出鏈接和主頁鏈接徽標:link text從addClass腳本中排除鏈接....需要幫助:-)
$(document).ready(function() {
$('a.panel').click(function() {
$('a.panel').removeClass('selected');
$(this).addClass('selected');
current = $(this);
$('#wrapperQ').scrollTo($(this).attr('href'), 800);
return false;
});
$(window).resize(function() {
resizePanel();
});
});
你做到了!謝謝你。 – Erik 2010-09-09 20:36:19