jquery ready doesn't fire when facebook script is blocked
Posted: Thu Jan 13, 2011 7:23 pm
NS 2.0.9.4rc1, Fx 3.6.13, new profile
unless the facebook connect script is allowed:
the ready event does not fire (firebug, venkman)
- Load
- Allow break.com, facebook.com; refresh; flash player loads
- forbid facebook.com; refresh; no player
Code: Select all
jQuery(document).ready(function(){
flashOutPut();
});
Code: Select all
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>