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]>
fragen stellen hilft oft ..
ich habe das problem gelöst.
man muss verhindern, dass jQuery die methode asynchron ausführt
dazu kann man nicht $.get nutzten, sonder muss $.ajax bemühen (was eh kein 
grosser unterschied ist ..)

thanks for listening
robert
Am 27/09/11 11:28, schrieb robert rottermann:
> 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.