i'm having a similar problem with $.get.  the callback isn't fired for safari
4.

-akume



Thomas Bircher wrote:
> 
> 
> hello
> 
> I'm opening a new window with window.open()
> In the new window a file is loaded with the following post data
> function:
> 
> function ajaxPost(url,data){
>       $.post(url,data,
>       function(data){
>               alert(data)
>       });
>       , "json");
> }
> 
> If I call this function form within the new window everything is fine
> - If I call it from the opener window the callback function is broken
> - only in safari - ff works fine.
> 
> any work around for this?
> 
> 1000 thanks
> 
> 

-- 
View this message in context: 
http://www.nabble.com/%24.post-callback-broken-in-safari-in-new-window.open%28%29-tp24425835s27240p24819710.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to