嗨,社区, 我正在尝试使用带有3个单选按钮的简单表单构建一个facebook应用程序,并且我使用JQuery插件,如果我在本地或在线测试html页面后工作正常,在我包含fb api之后
<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId : '0000000000000000000',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
</script>
它停止使用插件中的自定义样式, 我使用的插件就在这里!
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/
有没有其他人知道我错过了什么,或者我如何将其包含在我的应用程序中?
非常感谢!!!
答案 0 :(得分:1)