Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-14.log failed
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
study:javascript:jquery:select [2018/06/20 05:37] – [access selected value] banana | study:javascript:jquery:select [2021/03/03 01:30] (現在) – [Test Page] banana | ||
---|---|---|---|
行 3: | 行 3: | ||
まずはデモから見てみよう。 | まずはデモから見てみよう。 | ||
- | ===== Test Page ===== | + | ===== Test Page ===== |
< | < | ||
< | < | ||
行 93: | 行 93: | ||
function setValue() { | function setValue() { | ||
- | $("#example1").value(" | + | |
+ | | ||
+ | $(" | ||
} | } | ||
+ | function queChange(obj) { | ||
+ | var selected = $(obj).get(0).selectedIndex; | ||
+ | $(obj).find(" | ||
+ | } | ||
//--> | //--> | ||
行 101: | 行 107: | ||
</ | </ | ||
< | < | ||
- | <select id=" | + | <select id=" |
<option value=" | <option value=" | ||
<option value=" | <option value=" | ||
行 109: | 行 115: | ||
<input type=" | <input type=" | ||
<input type=" | <input type=" | ||
- | <input type=" | + | <input type=" |
</ | </ | ||