Skip to content

Commit 5a125e2

Browse files
committed
初步重构,等待接入新UI
1 parent a7581b1 commit 5a125e2

22 files changed

+2108
-70
lines changed

document/jquery/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# jQuery发送jsonp请求
2+
3+
4+
5+
6+

document/jquery/jquery.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Test jQuery jsonp</title>
6+
</head>
7+
<body>
8+
<script src=""></script>
9+
<script type="text/javascript">
10+
11+
</script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)