First of all, let me say that GC 1.4 beta is so beautiful. The new pop-ups for Add/Edit and user messages are simply awesome. :D
However, I had some JS code to populate (read-only) fields from a dropdown selection, following some advice in this forum, which does not work anymore in GC 1.4.
Basically, in GC 1.3 I hook on: $('select[name=MyFiledName]').change(function(){...} but now in GC 1.4 beta all the input is performed in an overlay widget, which does not even exist when the page loads. So, my JS code has nothing to hook into.
Could anyone advise me about how to maintain this functionality in GC 1.4 beta? Or maybe there is a simpler/clever option.