jquery当中Ajax的基础原理是什么?jquery的Ajax到底是怎么编出来的?jquery的Ajax底层代码是什么?
例 3.1(AjaxPrerequ1.html)
<html>
<head>
<script>
/* 马克-to-win:这个例子和jquery没任何关系。就是自己如何从头做一个jquery。the following
is a json format, which can have a function as a pair. */
var $={undefined
name:'马克-to-win',
getById:function(obj){undefined
return document.getElementById(obj);
},
set:function(){undefined
/*下面的$可以换成this,结果是一样的*/
$.getById('show').innerHTML = "哈苏大苏打靠近哈快速地结合看 "+this.name;
}
}
</script>
更多内容请见原文,文章转载自:https://blog.csdn.net/qq_44594371/article/details/103063000