jquery - slideToggle not smooth
问题 I have a problem with the slideToggle function in jQuery . It is not smooth at all. Whenever I click the "See More" button, the content that should slideToggle , just pops out with no effect what-so-ever. This is the HTML code: <td class="third"> <a href="javascript:void(0)" class="btn btn-primary upgrade1">See More</a> </td> <tr class="see_more" id="see_more"> <td colspan="3" class="see_more_content">Hello! How are you doing</td> </tr> This is the CSS: .third{ text-align:right; padding-right