frage zu javascript:läuft in debugger, ohn e nicht

robert rottermann <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <[email protected]>
hoi zäme,
meine Frage hat nichts direkt mit zope und plone zu tun, sondern mit einer Ajax 
in einer Plone-Umgebung..

ich will gewisse Button ein und ausschalten je nach rückgabewert eines Ajax calls.
Im Firebug  javascript debugger funktioniert das auch einwandfrei.
One debugger aktive kann ich die Felder zwar zeigen, aber nicht mehr verstecken.

hat jemand eine Idee, was ich dagegen unternehmen kann.
Und gibt es eine Mailingliste, wo man solche Fragen günstigerweise stellt?

danke
robert

hier meine code:

         // if mapper is assigned, do not show create
         if(getIs_assigned(siaid)){
             $('#application_provider_create_from_sia').css({ 'visibility': 
'hidden', 'position' : 'absolute'});
         } else {
             // not assigned, so we migth create it
             $('#application_provider_create_from_sia').css({ 'visibility': 
'visible', 'position' : 'static'});
         }




_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.