⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 mootools request demo
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />	<link rel="stylesheet" href="demo.css" type="text/css" />	<script type="text/javascript" src="../mootools.js"></script>	<script type="text/javascript" src="demo.js"></script>	<title>Request Demo</title></head><body>	<h1>Request</h1>	<h2>Introduction</h2>	<p>		Request is the basic XHR request class in MooTools. While not extremely useful on its own, it provides the basic functionality for both Request.HTML and Request.JSON.	</p>	<p>		<a href="#" id="makeRequest" title="Make Request">Make Request</a> | <a href="#" id="failedRequest">This Request Will Fail</a>	</p>	<h2>Result</h2>	<div id="result">Waiting for the request to happen.</div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -