Solved but really strange.

In the Javascript Ajax Call, read the comment in the else branch

 function collapse1( stato )
 {
[...]
                        if(...)
                        {
                         $( '#div_navigator' ).html( html.responseText ) ;
                         $( '#div_navigator' ).css( "width", 10 );
                         [...]
                        }
                        else
                          $( '#div_navigator' ).html( html ); //
removed .responseText, but only in the Else branch,. If removed
                          $( '#div_navigator' ).css( "width", 65 ); //
in the If branch doesn't work anymore.
                         [...]
                       }
[...]

I can't understand WHY the same call return a composite HTML object
(IF) and a string (ELSE).

Greetings
JOEKR Ltd.
-- 
Mr. Gandhi, cosa ne pensa della civiltà occidentale? - Sarebbe
un'ottima idea! ( intervista al Mahatma Gandhi )

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to