Js gradient display gradient disappears

Source: Internet
Author: User

 

The following is the gradient js Code (indicating that the remaining three lines need to be hidden, click "more" to show the remaining lines, and click "less" to gradually hide them ):

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 ("More ");
Return;
}

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

}

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 ("More ");
Return;
}

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

} Html
 

<table id="accomplishmenttable" class="bgWhite border3PGreye7e7e7 marginT20 roundedCorner width100P">                     <tbody>                     <tr class="bgLightGreyf5f5f5 height40">                         <th class="border_bottom3Pgreye7e7e7 border_right1Pgreye7e7e7 border_top1PWhite fontGreyGeneral  textCenter roundedCorner_TL verticalMiddle width30P" colspan="2">MY ACCOMPLISHMENTS</th>                     </tr>                                          <tr class="bgWhite height40">                             <td class="border_bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 fontGreyGeneral p14Font width20P">                                 <div class="margin5">border_bottom1Pgreye7e7e7</div>                             </td>                             <td class="border_bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 fontGreyGeneral p14Font textLeft width80P">                                 border_bottom1Pgreye7e7e7                             </td>                         </tr>                     <tr class="bgWhite height40">                             <td class="border_bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 fontGreyGeneral p14Font width20P">                                 <div class="margin5">border_bottom1Pgreye7e7e7</div>                             </td>                             <td class="border_bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 fontGreyGeneral p14Font textLeft width80P">                                 border_bottom1Pgreye7e7e7                             </td>                         </tr> </tbody>                 </table>                 <div class="floatR marginT5 p14Font textLink" onclick="showAccomplishmentTableRow();">More</div>                  <table id="accomplishmenttable" class="bgWhite border3PGreye7e7e7 marginT20 roundedCorner width100P">     <tbody>     <tr class="bgLightGreyf5f5f5 height40">      <th class="border_bottom3Pgreye7e7e7 border_right1Pgreye7e7e7 border_top1PWhite fontGreyGeneral  textCenter roundedCorner_TL verticalMiddle width30P" colspan="2">MY ACCOMPLISHMENTS</th>     </tr>          <tr class="bgWhite height40">       <td class="border_bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 fontGreyGeneral p14Font width20P">        <div class="margin5">border_bottom1Pgreye7e7e7</div>       </td>       <td class="border_bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 fontGreyGeneral p14Font textLeft width80P">        border_bottom1Pgreye7e7e7       </td>      </tr>     <tr class="bgWhite height40">       <td class="border_bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 fontGreyGeneral p14Font width20P">        <div class="margin5">border_bottom1Pgreye7e7e7</div>       </td>       <td class="border_bottom1Pgreye7e7e7 border_right1Pgreye7e7e7 fontGreyGeneral p14Font textLeft width80P">        border_bottom1Pgreye7e7e7       </td>      </tr></tbody>    </table>    <div class="floatR marginT5 p14Font textLink" onclick="showAccomplishmentTableRow();">More</div>     

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.