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

Reply via email to