首页 > 代码库 > javascript 拾遗(保持更新总结)

javascript 拾遗(保持更新总结)

document.getElementById(‘eastFrame‘).setAttribute(‘src‘,‘#‘);   // this will copy father window to this iframe
(function() {    Grs = function() {        return {            init : function() {            }        };    }();    Grs.Ajax = function() {        return {        };    }();})();  //what does this do

页面跳转方式小结:frame(url+target,src), iframe(url+target, src)

js绘制element,传递数据