This aslo not working :( On Wed, Dec 24, 2008 at 12:26 PM, ben.hollis <[email protected]> wrote:
> > That should work, but try $(this).hide() instead. It does the same > thing. > > On Dec 23, 10:29 pm, Debby <[email protected]> wrote: > > 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. >

