js 그라디언트 표시 그라디언트가 사라집니다. 샘플 code_javascript 기술

WBOY
풀어 주다: 2016-05-16 17:27:33
원래의
1082명이 탐색했습니다.

다음은 그래디언트 js 코드입니다(세 줄 이상을 숨겨야 함을 나타냅니다. 나머지를 표시하려면 "more"를 클릭하고 점차적으로 숨기려면 "less"를 클릭하십시오).

코드 복사 코드는 다음과 같습니다:

function showAccomplishmentTableRow(){
$("#accomplishmenttable tr:hidden").first(). show(2000,function( ){
showAccomplishmentTableRow();
})
if($("#accomplishmenttable tr:hidden").size()==0){
$( "#accomplishmenttable").next().attr("onclick","hideAccomplishmentTableRow()").text("Less");
}
}
function hideAccomplishmentTableRow(){
if ($("#accomplishmenttable tr:visible").size()<=3){
$("#accomplishmenttable").next().attr("onclick","showAccomplishmentTableRow()").text ("자세히");
return;
}

$("#accomplishmenttable tr:visible").last().hide(2000,function(){
hideAccomplishmentTableRow() ;
}) ;

}

html
코드 복사 코드는 다음과 같습니다.


bgLightGreyf5f5f5 height40"> ;th class="border_bottom3Pgreye7e7e7 border_right1Pgreye7e7e7 border_top1PWhite 글꼴GreyGeneral textCenter roundedCorner_TL VerticalMiddle width30P" colspan="2">내 성취





<클래스 ="border_bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 글꼴GreyGeneral p14Font width20P">
border_bottom1Pgreye7e7e7

Bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 글꼴GreyGeneral p14글꼴 텍스트Left width80P">
border_bottom1Pgreye7e7e7




border_bottom1Pgreye7e7e7
TD 클래스=" border_bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 글꼴GreyGeneral p14Font textLeft width80P">
border_bottom1Pgreye7e7e7

&
관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
최신 이슈
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!