Re: frage zu javascript:läuft in debugger, o hne nicht
robert rottermann <[email protected]>
| Newsgroups | gmane.comp.web.zope.german |
|---|---|
| Message-ID | <[email protected]> |
danke für den hinweis, ich werde es anschauen. aber mein Problem hätte es wohl nicht gelöst. Dieses entstand ja, weil der ajax request synchron abgearbeitet wurde. robert Am 27/09/11 11:47, schrieb Gross Thomas Michael: > Hallo Robert > > Warum benutzt du nicht > > http://api.jquery.com/hide/ und http://api.jquery.com/show/ > > bzw. > > ? > > > 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 _______________________________________________ zope mailing list [email protected] https://mail.dzug.org/mailman/listinfo/zope