multiple.js

来自「OReilly.Ajax.Hacks.Tips.and.Tools.for.Cr」· JavaScript 代码 · 共 18 行

JS
18
字号
window.onload=function(){    if($("w_update")){        $("w_update").onclick=function(){            updateWeather();        }    }};function updateWeather(){    //ajaxEngine.registerRequest("multiple", "/parkerriver/s/wdisp");    ajaxEngine.registerRequest("multiple", "/weather.jsp");    ajaxEngine.registerAjaxElement("boston");    ajaxEngine.registerAjaxElement("boulder");    ajaxEngine.registerAjaxElement("portland");    ajaxEngine.registerAjaxElement("seattle");    ajaxEngine.sendRequest("multiple","");}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?