function .is(":hidden") function not working in 1.

function .is(":hidden") function not working in 1.

The element is an empty div.

<div id="divid"></div>

function $("#divid").is(":hidden") function not working in 1.3.2 but works in 1.2.6.

Any idea what happen to this function in 1.3.2?