IE9 hide issue

It is incredibly weird. when trying to hide a <tr>, its children checkbox and label are not completed hidden.(in this case, checkbox is hidden,but its bounded label is not).
Though I don't understand why, I do believe it's a IE specific BUG.

Solution:
when hide a <tr>, first try to hide all its children,then hide the <tr> itself.

你可能感兴趣的:(ide)