delegate and live

delegate and live

Hi everyone,

My understanding is that I need to use either .delegate or .live for what I want to do below.

What I'm trying to do is hide elements based on a clear button click. I have a jsbin set up here: http://jsbin.com/akaco4/2/edit

So using that as an example, I'd want all of 6A3.2 to be hidden if they selected the clear button below 6A31. There is code already in place that only shows 6A3.2 if a selection was made in 6A31. Now I want to do the reverse: hide 6A32 if they cleared the selection from 6A31. I'd like to do this in multiple sections as well (especially for 6A32 eventually).

The clear button does uncheck the selection for the respective input fields already. All I need to do is find a way for my function to "recognize" that there are no selections when they click on that clear button.

Can anyone please show me an example of how I could use delegate or live to solve this problem?

Thanks,

Eggers