我的likebox facebook 以正常方式正常工作。我想以这种方式为性能做:
jQuery(document).ready(function(){
jQuery("#facebook-likebox").mouseenter(function(){
jQuery("#facebook-likebox").append('<div style="background: white;" class="fb-like-box" data-href="https://www.facebook.com/xxx" data-width="292" data-height="410" data-show-faces="true" data-colorscheme="light" data-border-color="#197597" data-stream="false" data-header="false"></div>');
});
});
但它不起作用。页面加载[非异步]时如何关闭likebox fb?