jquery - Binding knockout array to render jqm radio buttons -


I'm trying to present a radio button list. I modified the code sample from this URL and finished with this nonsense / code,

   

I do not know what I am doing wrong. I see in the rendered html, the div (with the class ui-radio) is just around the input, the label is out of div

thanks.

You need to tell jquery mobile to increase these manually Will be. How to do this:

  $ ('[type = "radio"]'). CheckboxDride ();  


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -