正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
@@ -80,7 +80,7 @@ | @@ -80,7 +80,7 @@ | ||
80 | <div class="col-xs-12 col-sm-8"> | 80 | <div class="col-xs-12 col-sm-8"> |
81 | <input id="c-zhao_id" data-rule="" data-source="user/index" data-field="nickname" | 81 | <input id="c-zhao_id" data-rule="" data-source="user/index" data-field="nickname" |
82 | class="form-control selectpage" name="row[zhao_id]" type="text" value="{$row.zhao_id|htmlentities}" | 82 | class="form-control selectpage" name="row[zhao_id]" type="text" value="{$row.zhao_id|htmlentities}" |
83 | - onchange="set_next_input2(this);"> | 83 | + onclick="set_next_input2(this);"> |
84 | </div> | 84 | </div> |
85 | </div> | 85 | </div> |
86 | <div class="form-group"> | 86 | <div class="form-group"> |
@@ -168,9 +168,10 @@ | @@ -168,9 +168,10 @@ | ||
168 | // } | 168 | // } |
169 | 169 | ||
170 | $("#xi_id").click(function () { | 170 | $("#xi_id").click(function () { |
171 | - alert(2); | 171 | + console.log(2); |
172 | 172 | ||
173 | }) | 173 | }) |
174 | + | ||
174 | function set_next_input2(obj) { | 175 | function set_next_input2(obj) { |
175 | var value_id = $('#c-zhao_id').val(); | 176 | var value_id = $('#c-zhao_id').val(); |
176 | alert(1); | 177 | alert(1); |
-
请 注册 或 登录 后发表评论