チェンジセット 200 : SPARQLBuilderWWW/web/jsgui.html
- 更新日時:
- 2014/10/28 16:14:41 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/web/jsgui.html
r199 r200 130 130 $("*[name=selectendpoint]").append('<option value="' + ep[i] + '">' + ep[i]); 131 131 } 132 $("*[name=selectendpoint]").change(setEndpoint());133 132 } 134 133 … … 279 278 <div id="endpoint"> 280 279 <form name="endpoint"> 281 <select size=1 name="selectendpoint" style="width: 200px;" >280 <select size=1 name="selectendpoint" style="width: 200px;" onBlur="setEndpoint()"> 282 281 </select><br> 283 <input type="button" name="setendpoint" value="SetEndPoint" onClick="setEndpoint()">284 282 </form> 285 283 </div>