Page 1 of 1

jquery ready doesn't fire when facebook script is blocked

Posted: Thu Jan 13, 2011 7:23 pm
by al_9x
NS 2.0.9.4rc1, Fx 3.6.13, new profile
  1. Load
  2. Allow break.com, facebook.com; refresh; flash player loads
  3. forbid facebook.com; refresh; no player
The player is loaded from the the ready event:

Code: Select all

                jQuery(document).ready(function(){
                  flashOutPut();
                });
unless the facebook connect script is allowed:

Code: Select all

<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
the ready event does not fire (firebug, venkman)

Re: jquery ready doesn't fire when facebook script is blocke

Posted: Wed Jan 19, 2011 12:44 am
by Giorgio Maone
Investigating, thanks.

Re: jquery ready doesn't fire when facebook script is blocke

Posted: Fri Mar 04, 2011 8:05 pm
by al_9x
working now.