[jQuery] Re: accessing dom from different domain ?

2009-06-02 Thread kaspar
, 2009 at 7:51 AM, kaspar kaspar...@gmail.com wrote: Ricardo , thank you for replay but I'm getting the same  exception Permission denied to get property        jq13(#open-oauth-button).click(function(event){                TwitterService.getAuthUrl(function(url

[jQuery] Re: accessing dom from different domain ?

2009-06-02 Thread kaspar
, kaspar kaspar...@gmail.com wrote: Ricardo , thank you for replay but I'm getting the same  exception Permission denied to get property        jq13(#open-oauth-button).click(function(event){                TwitterService.getAuthUrl(function(url){                        var myRef

[jQuery] accessing dom from different domain ?

2009-05-31 Thread kaspar
Hello I'm trying to make Twitter OAuth and getting Permission denied to get property here is the code jq13(#open-oauth-button).click(function(event){ TwitterService.getAuthUrl(function(url){ var myRef = window.open(url,'mywin',

[jQuery] Re: accessing dom from different domain ?

2009-05-31 Thread kaspar
);    }); }); Not tested, might not work but you get the idea. On May 31, 3:38 pm, kaspar kaspar...@gmail.com wrote: Hello I'm trying to make Twitter OAuth  and getting Permission denied to get property here is the code         jq13(#open-oauth-button).click(function(event