Ajax
Ajax stands for asynchronous JavaScript and XML. It is collection of several web technologies including HTML, CSS, JSON, XML, and JavaScript. It is used for creating dynamic web pages in which small parts of web page change without reloading the page.
Here are 5,697 public repositories matching this topic...
解读HTTP/2 及 HTTP/3特性
深入理解HTTPS工作原理
jQuery Form Plugin
-
Updated
Jul 10, 2020 - JavaScript
https://developers.google.com/web/updates/2017/09/abortable-fetch
Currently it is only implemented in Firefox 57 and is coming to other browsers soon.
const controller = new AbortController();
const signal = controller.signal;
setTimeout(() => controller.abort(), 5000);
fetch(url, { signal }).then(response => {
return response.text();
}).then(text => {
console.lo
-
Updated
Jun 5, 2020 - JavaScript
Interactive Tables and Data Grids for JavaScript
-
Updated
Jul 17, 2020 - JavaScript
browser asynchronous http requests
-
Updated
Jan 31, 2018 - JavaScript
-
Updated
Feb 29, 2020 - HTML
A tiny wrapper built around fetch with an intuitive syntax.
-
Updated
Jul 15, 2020 - TypeScript
Bug report - you can view the issue here: http://jsfiddle.net/bradhogan1983/sxwge12m/
When using the iframe option and clicking a link to open the modal, the modal opens instantly, but the iframe takes a second to load and while loading the modal container is just a small empty box. This happens on your demo as well as my local dev site. I'll also attach a screenshot of what I'm seeing on my
jquery-confirm version:
v3.3.4
I'm submitting a ... (check one with "x")
[ ] bug report
[X] feature request
[ ] support request
Expected behavior:
It would be very good if, when opening Confirm, the main page was blocked for navigation, only access to the dialog.
Steps to reproduce:
open confirm and press tab a few times.
-
Updated
Dec 19, 2019 - JavaScript
-
Updated
May 8, 2020 - JavaScript
-
Updated
Jul 7, 2020 - PHP
一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区
-
Updated
Jul 2, 2020 - JavaScript
Easily enable fast Ajax navigation on any website (using pushState + xhr)
-
Updated
Oct 10, 2019 - JavaScript
A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
-
Updated
Mar 30, 2020 - JavaScript
我是「齐丶先丶森」,公众号「前端面试秘籍」作者,收集整理全网面试题及面试技巧,旨在帮助前端工程师们找到一份好工作!
-
Updated
Jul 9, 2020
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
-
Updated
Jun 5, 2020 - Python
Turn your existing pagination into infinite scrolling pages with ease
-
Updated
Jul 10, 2020 - JavaScript
优雅整合SSM框架:SpringMVC + Spring + MyBatis(用户登陆式图书预约系统)
-
Updated
Oct 10, 2017 - Java
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.
-
Updated
Jul 16, 2020 - PHP
-
Updated
Jun 20, 2020 - C#
A tiny, Promise-based vanilla JS Ajax/HTTP plugin with great browser support.
-
Updated
Jul 16, 2020 - HTML


前言
HTTP/2 相比于 HTTP/1.1,可以说是大幅度提高了网页的性能,只需要升级到该协议就可以减少很多之前需要做的性能优化工作,当然兼容问题以及如何优雅降级应该是国内还不普遍使用的原因之一。
虽然 HTTP/2 提高了网页的性能,但是并不代表它已经是完美的了,HTTP/3 就是为了解决 HTTP/2 所存在的一些问题而被推出来的。
一、HTTP/1.1发明以来发生了哪些变化?
如果仔细观察打开那些最流行的网站首页所需要下载的资源的话,会发现一个非常明显的趋势。 近年来加载网站首页需要的下载的数据量在逐渐增加,并已经超过了2100K。但在这里我们更应该关心的是:平均每个页面为了完成显示与渲染所需要下载的资源数已经超过了100个。
正如下图所示,从2011年以来,传输数据大小与平均请求资源数量不断持续增长,并没有减缓的迹象。该图表中绿色直线展示了传