W dniu 03.07.2012 16:33, Kees Bos pisze:
[...] I think it's because your "javascript compiled python code" is included into iframe, so there is no jQuery in iframe.I would try to do eityher from __javascript__ import window window.parent.jQuery("#aa10") #I'm not sure if it will work or JS(""" window.parent.jQuery(...... """) If this works, you might also do: from __pyjamas__ import wnd wnd().parent.jQuery(...) (there's also a 'doc' defined in __pyjamas__ that refers to the js document)
Problem is, that it didn't work for me some time ago (few threads ago). regards Maho
-- pozdrawiam Łukasz Mach - [email protected]
