Re: frage zu javascript:läuft in debugger, o hne nicht

Gross Thomas Michael <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <684D69683D20DC45B950F9E917EF95DB8D9E7A3835@MXAMU13.adm.ds.fhnw.ch>
Hallo Robert

Warum benutzt du nicht 

http://api.jquery.com/hide/ und http://api.jquery.com/show/

bzw.

http://api.jquery.com/toggle/ ?


Gruss
Tom


-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von robert rottermann
Gesendet: Dienstag, 27. September 2011 11:29
An: Deutschsprachige Zope-Benutzer-Liste ([email protected])
Betreff: [dzug-zope] frage zu javascript:läuft in debugger, ohne nicht

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


_______________________________________________
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.