>  기사  >  웹 프론트엔드  >  js 그라디언트 표시 그라디언트가 사라집니다. 샘플 code_javascript 기술

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

WBOY
WBOY원래의
2016-05-16 17:27:331091검색

다음은 그래디언트 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

&
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.