Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jQuery ドロップダウン ボックス イベントを使用して、要素に割り当てられた SPARQL の一部を置き換えようとしています。
私が使用しているコードは機能していないようです:
var sel = $('<select>').appendTo('body') $(sel).change(function (){ if() { $(sparqlquery).replaceWith("UPDATED SPARQL"); } });