通過jquery的ajax請求本地的json檔案

2021-07-22 16:43:58 字數 1321 閱讀 9315

自己學習jquery的ajax的經歷,記錄一下

ajaxtestdemo.html 

在body裡面放乙個id為test的div

第一步還是要先載入jquery檔案 jquery.min.js

<script>

$(function()

});});

script>

shuju.json檔案

,,,

,,,,

,,,,

,]}

/* json檔案裡竟然不能有這樣的注釋,因為困擾了幾個小時!*/

完整的頁面**

html

>

<htmllang=

"en">

<head>

<metacharset=

"utf-8">

<title>測試jquey

ajax

方法title>

<style>

*#test

#test li

style>

head>

<body>

<divid=

"test">div>

<scriptsrc=

"js/jquery.min.js">script>

<script>

$(function()

});});

script>

body>

html>

還可以通過$.getjson來獲取本地json檔案

/*  getjson*/

$(function());

});

每天積累一點點,自己會的走的更遠!

jQuery中的ajax請求

全域性配置 1.ajaxsetup方法可以設定全域性配置 1 全域性配置會作為下次ajax方法的預設引數 2 全域性配置可以被ajax方法的配置覆蓋 3 全域性配置適用於所有基於ajax方法的衍生方法 例如 全域性配置 ajaxsetup ajax請求函式 function ajax 2.全域性 1...

jquery版本的ajax請求

首先引入 script 和 jqurey是乙個函式,呼叫函式會返回乙個物件 jquery封裝的ajax get請求 函式中有get屬性 加 呼叫 get 張三 password 123 function date,state,xhr get function date post date conso...

jQuery傳送Ajax請求

ajax cache false,async true,type post datatype json xml html success function result ajax cache false,async false,type post datatype json xml html suc...