[jQuery] Re: Cross-site ajax file uploading

2009-06-14 Thread Harry Bailey
Hi Fall From Grace, I have done something similar in the past, and to send the response I use code along the lines of: function init() { window.top.function_defined_in_parent_window_javascript({ key1:'value1', key2:'value2', etc:'etc' }); } Should do you. On Jun

[jQuery] Can jQuery genrated tag to trigger handler?

2008-12-01 Thread harry
Click ME The problem is the $("a#goto") never get fired. Is it possible to do so? Thanks. Harry