ajax
喀喀喀是
学无止境!
展开
-
ajax json数据返回
html代码<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <input type="button" value="换一首"> <h1>名称</h1> <h2>作者</h2> <p>内容</p></b转载 2017-02-18 13:57:29 · 202 阅读 · 0 评论 -
ajax 请求实例
ajax小实例html代码<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <form action=""> <p>用户名:<input type='text' name="username" value=""转载 2017-02-18 12:15:08 · 474 阅读 · 0 评论 -
ajax html返回
html代码<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <input type="button" value="看新闻"> <ul></ul></body><script type="text/javascri转载 2017-02-18 14:20:13 · 388 阅读 · 0 评论 -
ajax xml返回
html<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <input type="button" value="看书" onclick="kan();"></body><script type="text/javascri转载 2017-02-18 14:52:59 · 239 阅读 · 0 评论 -
ajax 跨域解决
html代码<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <input type="button" value="请求跨域www.tp5.com" onclick="t1();"></body><script typ原创 2017-02-18 16:27:10 · 214 阅读 · 0 评论 -
jsonp 推荐搜索功能
<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <h1>推荐搜索</h1> <input type="text" name="wd" id="" > <input type="submit" value="转载 2017-02-18 17:34:20 · 225 阅读 · 0 评论 -
ajax 文件上传带进度条原理
html代码<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head> <body> <div style="width:500px;height:20px;border:1px solid gray"> <div id='prog转载 2017-02-18 23:13:10 · 3077 阅读 · 0 评论