Hi!
I have this line of code on my application:
connect(document.body, 'onchange', calcular_resultado_creatinina);
and even though it gets executed on IE (an "alert" in the next line gets run),
it doesn't work, I mean, the function 'calcular_resultado_creatinina' is never
called. The code works perfectly on Firefox and Konqueror. It gives me no
failure or error message on IE, it simply doesn't work. I tried seeing
something with firebuglite and debugbar, but there's no error at all, the code
keeps running past it and performing all tasks. For explicit binding to
elements it all works.
I'm connecting to document.body as a suggestion from someone here for a
problem I presented a few months ago of connecting to hundreds of inputs. I
don't know why it stopped working -- and just on IE... -- since there's been a
while that I don't touch this part of the code of the app...
This is with MochiKit 1.3.1.
Thanks for any input on this.
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" 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/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---