Jim,
You started a new topic and abandoned your last one, not sure if
that was on purpose or not, but the code I pasted at the end of the
other topic seems to do exactly what you're asking for. Like I said,
it's not necessarily elegant, but it does work. I should have
probably copied your Topi
Not necessarily elegant, but it works:
[using your previous code starting with $(this).next() and going from
there.]
$('h3').click(function() {
$
(this).next().children('div').children(':checkbox').not(':checked').parent('div').toggle("fast");
});
This assumes you have the following stru
2 matches
Mail list logo