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 $={
    name:'马克-to-win',
    getById:function(obj){

        return document.getElementById(obj);

    },
    set:function(){
    /*下面的$能够换成this,结果是同样的*/
        $.getById('show').innerHTML = "哈苏大苏打靠近哈快速地结合看 "+this.name;
   
    }

}
</script>html

更多请见:https://blog.csdn.net/qq_44594371/article/details/103063000jquery