/* ���ߣ�Ҷ��ΰ�����䣺yhw2710@126.com,QQ:517025143 */ $(function(){ $(".news_content p:odd").addClass("p03"); //���л�ɫ����������������ʽP03 //��꾭����ʽ�仯�� $(".news_content p").hover( function () { $(this).addClass("p02"); //��꾭��ʱ������ʽP02 }, function () { $(this).removeClass("p02"); //����뿪ʱ�Ƴ���ʽP02 } ) //�����������߿� $("a").focus( function () { $(this).blur(); //�õ�������ʧȥ����Ч��һ�� } ) }) //������ʾЧ���� var sweetTitles = { x : 10, y : 20, tipElements : "a", init : function() { $(this.tipElements).mouseover(function(e){ this.myTitle = this.title; this.myHref = this.href; this.myHref = (this.myHref.length > 200 ? this.myHref.toString().substring(0,200)+"..." : this.myHref); this.title = ""; var tooltip = ""; if(this.myTitle == "") { tooltip = ""; } else { tooltip = "
"+this.myTitle+"