Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-14.log failed
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
study:javascript:jquery:select [2010/10/02 12:29] – banana | study:javascript:jquery:select [2021/03/03 01:30] (現在) – [Test Page] banana | ||
---|---|---|---|
行 3: | 行 3: | ||
まずはデモから見てみよう。 | まずはデモから見てみよう。 | ||
- | ===== Test Page ===== | + | ===== Test Page ===== |
< | < | ||
< | < | ||
行 78: | 行 78: | ||
< | < | ||
< | < | ||
- | <script type=" | + | <script type=" |
<script type=" | <script type=" | ||
<!-- | <!-- | ||
function showValue(){ | function showValue(){ | ||
- | alert($("# | + | alert($("# |
} | } | ||
function showText(){ | function showText(){ | ||
- | alert($("# | + | alert($("# |
} | } | ||
+ | |||
+ | function showIndex() { | ||
+ | alert($("# | ||
+ | } | ||
+ | |||
+ | function setValue() { | ||
+ | // | ||
+ | $(" | ||
+ | $(" | ||
+ | } | ||
+ | |||
+ | function queChange(obj) { | ||
+ | var selected = $(obj).get(0).selectedIndex; | ||
+ | $(obj).find(" | ||
+ | } | ||
+ | |||
//--> | //--> | ||
</ | </ | ||
</ | </ | ||
< | < | ||
- | <select id="example"> | + | <select id="example1" |
<option value=" | <option value=" | ||
<option value=" | <option value=" | ||
行 98: | 行 114: | ||
<input type=" | <input type=" | ||
<input type=" | <input type=" | ||
+ | <input type=" | ||
+ | <input type=" | ||
</ | </ | ||
行 104: | 行 122: | ||
コードの一部を次に示す。 | コードの一部を次に示す。 | ||
<code Javascript> | <code Javascript> | ||
- | $("#example" | + | $("#example1" |
- | $("#example | + | $("#example1 |
+ | $("# | ||
</ | </ | ||
行 111: | 行 130: | ||
- [[http:// | - [[http:// | ||
- [[http:// | - [[http:// | ||
+ | - [[http:// | ||
+ | ~~DISCUSSION~~ | ||