[jQuery] Re: Facebook Connect & jQuery

2009-09-16 Thread Avishai
uery) %> > > hope this helps > > On Sunday, August 30, 2009, Avishai wrote: > > > Hi, > > > I've been trying to implement Facebook Connect on my site, which uses > > jQuery pretty extensively. However, the minute I insert the FB connect > > code into

[jQuery] Facebook Connect & jQuery

2009-08-30 Thread Avishai
which is: 32 Element.observe(window,'load', function() { 33 FB_RequireFeatures(["XFBML"], function() { 34 FB.Facebook.init('','/xd_receiver.html', {}); 35 36 }); 37 }); 38 39//]]> Has anyone else experienced this issue and knows how to resolve it? Thanks! Avishai