开发者

Style Radio Inputs in a Facebook Application

开发者 https://www.devze.com 2023-02-13 22:19 出处:网络
Hi to the community, i\'m trying to build a facebook application with a simple form with 3 radio buttons and i use a JQuery plugin that works fine if i test the html page local or online, after i incl

Hi to the community, i'm trying to build a facebook application with a simple form with 3 radio buttons and i use a JQuery plugin that works fine if i test the html page local or online, after i include the fb api

<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.开发者_如何学JAVAfacebook.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>

it stops using the custom styling from the plugin, the plugin i use is here!

http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/

does anyone else know what i'm missing or how i can include it in my app?

thanks a lot!!!


the order with the facebook js and squery are important in th ehtml structure, try to change what its load first.

0

精彩评论

暂无评论...
验证码 换一张
取 消