隐藏特定数字之后的所有表格行?
我想编写一些代码,显示一年的完整列表,但最初只显示前 6 周(即 42 天),然后您可以单击按钮查看其余部分(无需切换) 。
我打算使用 PHP 来完成此操作,并为每个我想要隐藏的类设置一个类,我想这很好,我只是不确定是否有更有效的方法在 jQuery 中执行此操作。
I'd like to write some code where it displays a complete listing for a year, but initially only show the first 6 weeks (so, 42 days) and then you can click a button to view the rest (no need for a toggle).
I was going to do this using PHP, and setting a class on each of the ones I'd want to hide, which is fine, I guess, I just wasn't sure if there was a more efficient way of doing it in jQuery.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将隐藏所有大于第六行之后的内容。
will hide all of them after/greater than the sixth row.
slice() - http://api.jquery.com/slice/
slice() - http://api.jquery.com/slice/