Sorry - I hate Outlook... > > -----Original Message----- > > From: Karl Swedberg [mailto:[EMAIL PROTECTED] > > > $('div.demo-show:eq(0) ... > > > > I doubt you'll need the :eq(0) part, and the "demo-show" > > class was for a demo, so you can safely change that in the > > HTML and match the change in the jQuery. > > Yeah - I just wanted to keep it the same to make sure I wasn't messing > something up! :) > > > $(this).next('div:hidden').slideDown('fast').siblings('div:vis > > ible:not(:has(input:checked))').slideUp('fast'); > > SO CLOSE! What I really need - is when the div collapses - is to HIDE > the unchecked items: > >
Topics 1 0 item 1 0 item 2 0 item 3 Topics 2 Topics 3 So user selects Topics 1 x item 1 0 item 2 x item 3 Topics 2 Topics 3 And then clicks Topics 2 they would see: Topics 1 x item 1 x item 3 Topics 2 0 item 1 0 item 2 0 item 3 0 item 4 Topics 3 Hope that makes sense... This is really close - I'm going to tinker with it a bit but would love to hear your input! Jim