미디어위키:Gadget-Jsfxr.js: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
3번째 줄: | 3번째 줄: | ||
if (!parameter || parameter.innerText === "") return; | if (!parameter || parameter.innerText === "") return; | ||
mw.loader.load("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/riffwave.js", "text/javascript"); | mw.loader.load("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/riffwave.js", "text/javascript"); | ||
mw.loader.getScript("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/sfxr.js" ).then(function( | mw.loader.getScript("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/sfxr.js" ).then(function(res) {console.log(res); return res;}).then(function(res) {console.log(res)}); | ||
} | } | ||
$(loadJsfxr); | $(loadJsfxr); |
2024년 10월 13일 (일) 20:30 판
function loadJsfxr(){
var parameter = document.getElementById("libertygame-sfx");
if (!parameter || parameter.innerText === "") return;
mw.loader.load("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/riffwave.js", "text/javascript");
mw.loader.getScript("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/sfxr.js" ).then(function(res) {console.log(res); return res;}).then(function(res) {console.log(res)});
}
$(loadJsfxr);