// ��ҳ�ã���ת�˵� function mm_jumpmenu(targ,selobj,restore){ //v3.0 eval(targ+".location='"+selobj.options[selobj.selectedindex].value+"'"); if (restore) selobj.selectedindex=0; } // �ı����ʼֵ function cls(){ with(event.srcelement) if(value==defaultvalue) value="" } function res(){ with(event.srcelement) if(value=="") value=defaultvalue } //��ҳ - ͼƭ�����ֲ� $(function(){ $('#slides').slides({ preload: true, preloadimage: 'img/loading.gif', play: 5000, pause: 2500, hoverpause: true, animationstart: function(){ $('.caption').animate({ bottom:-35 },100); }, animationcomplete: function(current){ $('.caption').animate({ bottom:0 },200); if (window.console && console.log) { // example return of current slide number console.log(current); }; } }); });