実際、モバイル デバイス用に html5/php/css/javascript で Web アプリを開発しています。(私は初心者です)「オプション」に「onclick」機能がありますが、デバイスのネイティブ選択ウィジェットでは機能しません。ウィジェットの選択を無効にすることはできますか?
<select class="theme" name="newtheme">
<option id="white" class="white" onclick="createCookie('theme','white',7)">white</option>
<option id="white" class="white" onclick="createCookie('theme','white',7)">white</option>
</select>
前もって感謝します、