I have <input type=radio> buttons inside table <tr><td> tags. Unfortunately, jQuery Mobile does not seem to want to touch them. All the other elements on my page are formatted fine, just not those. Putting them inside a <ul><li> does not seem to be a viable option, due to the way my UI is configured. Is there any way to get jQuery to format them right?
Thank you.