[jQuery] display:none not working in IE
Hi,
css({'display':'none'}) is not working in IE.
I am trying this in loop, for perticular condition i need to display
none for this case,
so i tried with this
$(this).css({'display':'none'});
but its working fine Mozilla but not in IE
Please do needful.