I'd love to see more resources on ...

Option to expand/contract sections on the everything page

I'd like the option to hide sections. eg:

$(function() {
$(".category h1").click(function() {
$(this) .parent()
.css({
'overflow': 'hidden',
'height': $(this).hasClass('open') ? 'auto' : '25px'
});

$(this) .toggleClass('open');
}).css('cursor', 'pointer');
})

3 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    PaulPaul shared this idea  ·   ·  Admin →

    0 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...

      Feedback and Knowledge Base