Try the latest jQuery (1.2.3) which removed .toggle(), and use the mouseenter/mouseleave. Maybe it works then.
Ariel Flesler On Feb 25, 7:52 am, Sandeep <[EMAIL PROTECTED]> wrote: > Thanks! > > > > > > On Mon, Feb 25, 2008 at 4:18 PM, rayfidelity <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Does anyone have a solution? the toggle part works fine it just > > disables all my links in the table... > > > On Feb 24, 11:10 pm, rayfidelity <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I have a problem with mytogglefunction...it disables all the links > > > in thetr(when i click on the link it just changes the color of > > thetr)...How do i fix it? > > > > $(".table_datatr").toggle( > > > function(){ > > > $(this).css("background-color","#FEFFAF"); > > > }, > > > function(){ > > > $(this).css("background-color","#FFF"); > > > } > > > ); > > > > Thanks! > > > > BR > > -- > Best Regards, > Sai Sandeep Thota.- Hide quoted text - > > - Show quoted text -