I am using jquery plugin for flat radio button with three choices from the following link: http://jqueryui.com/button/#radio
and it is working if use directly with html code but it is not working if i use same code using
$("#id").append("html code for radio button").
when I inspecting on browser using inspect element then found that html code of radio button generated with jquery is different from other one. however I have written it same. After loading it changes. Dont why?