© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Purvi Barot
Software Engineer
Try this following script :
<script> $(document).ready(function (){ $("ul").click(function (){ $("li:lt(5)").hide(); }); }); </script>