In jQuery mobile, the radio buttons get a rounded corner style applied to them.jQueryのモバイルラジオボタン私は私の携帯サイト(<a href="http://m.fineandcountry.propertylogic.net/" rel="nofollow noreferrer">http://m.fineandcountry.propertylogic.net/</a>)に次のコードを使用する場合
しかし国境半径の持続性は、:
<fieldset data-role="controlgroup" data-type="horizontal">
<input type='radio' name='p_department' id='p_departmentL' value='RS' checked='checked' onclick='setBuying();'>
<label for='p_departmentL'>Buying</label>
<input type='radio' name='p_department' id='p_departmentR' value='RL' onclick='setRenting();'>
<label for='p_departmentR'>Renting</label>
</fieldset>
私は非常に一貫性のない結果を得る - 私が訪問した場合アプリ/ iPhone(また、PC端末のChrome)、コーナーが全て四捨五入されています
Rounded Corners http://i.imm.io/epLF.jpeg
をしかし、私ならばクリックして「検索」、そしてホーム・ページに戻るには、上部にあるロゴをクリックして、私は(だけでなく、PC上のFirefoxのデフォルトの動作)、次を得る:
はの不正な部分がありますJSが私のサイトにこれをさせるのですか?しばらく私を悩ませていました。jQuery Mobileのコーナーを丸めない問題が見つかりました。
完璧な、それらを取り除いた!とにかくページ上にそれらを必要としなかったので、私はそれがとにかくnoConflictと関係があると思います。 – rickyduck