HI, i work in .net
and in my jquery function want know if mi object are in state hidden
or not...
but this 2 method not work


if($("#check_id").attr("type", hidden)){//......}

or

if ($("#check_id").is(input[type='hidden'])){//......}

what is the right metod??

Reply via email to