{"id":20696441,"url":"https://github.com/yunbocheng/ajax-jquery","last_synced_at":"2026-05-06T04:07:55.172Z","repository":{"id":223898405,"uuid":"389486230","full_name":"yunbocheng/Ajax-JQuery","owner":"yunbocheng","description":":zap:Ajax+JQuery","archived":false,"fork":false,"pushed_at":"2021-09-28T01:29:03.000Z","size":1741,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T16:37:26.458Z","etag":null,"topics":["ajax","jquery","json"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yunbocheng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-07-26T02:26:42.000Z","updated_at":"2021-08-10T04:48:21.000Z","dependencies_parsed_at":"2024-02-22T17:27:17.356Z","dependency_job_id":"01edd81f-bcba-4698-b786-bd5ecb18ffff","html_url":"https://github.com/yunbocheng/Ajax-JQuery","commit_stats":null,"previous_names":["yunbocheng/ajax-jquery"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yunbocheng/Ajax-JQuery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunbocheng%2FAjax-JQuery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunbocheng%2FAjax-JQuery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunbocheng%2FAjax-JQuery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunbocheng%2FAjax-JQuery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yunbocheng","download_url":"https://codeload.github.com/yunbocheng/Ajax-JQuery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunbocheng%2FAjax-JQuery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","jquery","json"],"created_at":"2024-11-17T00:14:00.450Z","updated_at":"2026-05-06T04:07:55.148Z","avatar_url":"https://github.com/yunbocheng.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ajax \u0026\u0026 JSON \u0026\u0026 JQuery 详解 \n\n\u003ccenter\u003e\n\u003cimg src=\"https://gitee.com/YunboCheng/imageBad/raw/master/image/20210727110124.png\" \u003e\n\u003c/center\u003e\n\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Ajax-局部刷新-mediumslateblue\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/JQuery-简化开发-mediumslateblue\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/JavaScript-动态交互-mediumslateblue\"\u003e\n  \u003cimg src=\"https://visitor-badge.glitch.me/badge?page_id=YunboCheng4379.HTML-CSS-JS-Ajax-jQuery\" \u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003c/div\u003e\n\n\n## 一、Ajax工作原理\n\n![](https://gitee.com/YunboCheng/imageBad/raw/master/image/20210727110154.png)\n\n## 二、Ajax思维导图\n\n![](https://gitee.com/YunboCheng/imageBad/raw/master/image/20210727110223.png)\n\n## 三、清单\n\n### 1.Ajax\n\n-\t[项目一:全局刷新计算bmi](./全局刷新计算bmi)\n-\t[项目二:Ajax计算bim创建异步对象](./Ajax计算bim创建异步对象)\n-\t[项目三:根据ID查询省份(Ajax异步对象实现)](./Ajax-根据ID查询省份)\n-\t[Ajax思维导图](./ajax思维导图.pdf)\n-\t[Ajax概念](./Ajax概念.md)\n\n\n### 2.JSON\n\n-\t[JSON概念](./JSON概念.md)\n\n### 3. jQuery \n\n\n-\t[第一个jQuery网页](./JQuery语法以及测试程序/src/jqury/第一个jQuery网页.html)\n-\t[DOM对象转化为jQuery对象](./JQuery语法以及测试程序/src/jqury/DOM对象转化为jQuery对象.html)\n-\t[jQuery对象转换为DOM对象](./JQuery语法以及测试程序/src/jqury/jQuery对象转换为DOM对象.html)\n-\t[jQuery绑定事件与基本过滤器](./JQuery语法以及测试程序/src/jqury/jQuery绑定事件与基本过滤器.html)\n-\t[on 事件绑定](./JQuery语法以及测试程序/src/jqury/on事件绑定.html)\n-\t[表单对象属性过滤器](./JQuery语法以及测试程序/src/jqury/表单对象属性过滤器.html)\n-\t[表单选择器与jQuery函数](./JQuery语法以及测试程序/src/jqury/表单选择器与jQuery函数.html)\n-\t[jQuery库函数hide函数等](./JQuery语法以及测试程序/src/jqury/jQuery库函数hide函数等.html)\n-\t[JQuery概念](./JQuery概念.md)\n-\t[jQuery思维导图](./jQuery思维导图.pdf)\n-\t[jQuery官方文档](./JQuery语法以及测试程序/src/jqury/jquery-3.6.0.js)\n\n### 4.省市级联查询项目\n\n-\t[省市级联查询](./Jquery和Ajax实现省市级联查询)\n\n## 四、参考文献\n\nW3C在线文档 :\n\n\u003e - [W3C官方文档](https://tomcat.apache.org/tomcat-5.5-doc/servletapi/)\n\n## 五、反馈及改进\n\n如果您在学习的时候遇到了任何问题，或者清单有任何可以改进的地方，\n\n非常欢迎提出issues,看到就会回馈.并且将您添加到项目贡献者列表中。\n\n## 六、参与贡献\n\n1. Fork 本仓库\n2. 新建 Feat_xxx 分支\n3. 提交代码\n4. 新建 Pull Request，填写必要信息。\n5. 等待审核即可。通过之后会邮件通知您。\n\n## 七、许可证\n\n在 MIT 许可下分发。有关更多信息，请参阅[`LICENSE`](./LICENSE)。\n\n## 八、致谢\n\n\u003e  1. 感谢动力节点提供的Ajax在线课程视频资料 [Ajax在线课程](https://www.bilibili.com/video/BV15k4y167XM)\n\u003e  2. 感谢动力节点提供的JQuery在线课程视频资料 [JQuery在线课程](https://www.bilibili.com/video/BV1Jg4y1B7n4)\n\u003e  2. 感谢JetBrains提供的配套开发环境许可证 [官方网站](https://www.jetbrains.com/)\n\u003e  3. 感谢Gitee提供的图床平台 [相关地址](https://gitee.com/YunboCheng/imageBad)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunbocheng%2Fajax-jquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunbocheng%2Fajax-jquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunbocheng%2Fajax-jquery/lists"}