jquery读取json文件二款实例代码(1/2)

文章为你免费提供二款jquery读取网页特效on文件二款实例代码,这些代码非常实用哦

json文件:

[
{
"name":"xujun",
"sex":"男",
"home":"nanjing"
},
{
"name":"jack",
"sex":"男",
"home":"beijing"
}
]

html文件:
<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www111cn.net/tr/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>insert title here</title>
<script src="../jquery.js"></script>
<script>
$(document).ready(function(){
$.getjson('jsondata.json?id',function(data){
//遍历json中的每个entry

$.each(data,function(entryindex,entry){
var html='<tr>';
html+='<td>'+entry['name']+'</td>';
html+='<td>'+entry['sex']+'</td>';
html+='<td>'+entry['home']+'</td>';
html+='</tr>';
$('#title').after(html);

});
});
});
</script>
</head>
<body>
<table>
<tr id="title">
<th>姓名</th>
<th>性别</th>
<th>家庭地址</th>
</tr>
</table>
</body>
</html>

实例二

<!doctype html public "-//w3c//dtd html 4.01//en" " http://www.w3.org/tr/html4/strict.dtd ">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  <title>json document</title>
  <script type="text/网页特效" src="lib/jquery/jquery-1.3.2.js"></script>
  <script type="text/javascript">
   $(function(){
    $("#button").click(function(){
     $.getjson( b.json ,function(data){  // getjson方法获得json文件的代码,其中的回调函数的参数data就是json代码
      $("#json").empty();  //清空带“json” id的div标签的内容
      $.each(data,function(entryindex,entry){ //each方法遍历json文件中的对象,entryindex是当前索引, entry是当前项
       var html="<div class= entry >";
       html += "<h3 class= term >"+entry[ term ]+ </h3> ;
       html += "<div class= part >"+entry[ part ]+"</div>";
       html += "<div class= definition >"+entry[ definition ];
       if(entry[ quote ]){
        html+="<div class= quote >";
        $.each(entry[ quote ],function(quoteindex,line){
         html+="<p>"+line+"</p>";
        });
        html+="</div>";
       }
       html+="</div>";
       html +="</div>";
       $("#json").append(html);
      });
     });
    });
   });
  </script>
 </head>
 <body>
  <div id="button"><b>get json document</b></div>
  <div id="json"></div>
 </body>
</html>

 

首页 1 2 末页

时间: 2024-12-09 19:00:42

jquery读取json文件二款实例代码(1/2)的相关文章

php Mysqli预处理语句二款实例代码

php教程 mysql教程i预处理语句二款实例代码 <?php /*=========================mysqli_stmt预处理类(推荐使用)=========================*/ /*===============================优点:效率高,安全================================*/  $mysqli=new mysqli("localhost","root","12

php读取xml文件的xml实例代码

 代码如下 复制代码 class dom {   protected $_dom = null;      public function __construct($xmlfile = '',$ver = '',$encoding = '')   {     $this -> _dom = ($ver && $encoding)? new domdocument($ver,$encoding):new domdocument();     $xml = !$xmlfile?file_

php读取qqwry.dat ip地址定位文件的类实例代码

实例如下: <?php // +---------------------------------------------------------------------- // | // +---------------------------------------------------------------------- // | // +---------------------------------------------------------------------- cla

jquery读取xml文件实现省市县三级联动的方法

  本文实例讲述了jquery读取xml文件实现省市县三级联动的方法.分享给大家供大家参考.具体如下: 页面代码如下: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66

jQuery读取XML文件内容的方法

 这篇文章主要介绍了jQuery读取XML文件内容的方法,实例分析了jQuery操作XML文件的技巧,需要的朋友可以参考下     本文实例讲述了jQuery读取XML文件内容的方法.分享给大家供大家参考.具体实现方法如下:   代码如下: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.

jquery读取xml文件实现省市县三级联动的方法_jquery

本文实例讲述了jquery读取xml文件实现省市县三级联动的方法.分享给大家供大家参考.具体如下: 页面代码如下: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <base href="<%=basePath%>"> <title>My JSP 'city.jsp' starting p

python读取json文件并将数据插入到mongodb的方法

 这篇文章主要介绍了python读取json文件并将数据插入到mongodb的方法,实例分析了Python操作json及mongodb数据库的技巧,需要的朋友可以参考下     本文实例讲述了python读取json文件并将数据插入到mongodb的方法.分享给大家供大家参考.具体实现方法如下: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36

asp.net 将一个图片以二进制值的形式存入Xml文件中的实例代码

这篇文章介绍了将一个图片以二进制值的形式存入Xml文件中的实例代码,有需要的朋友可以参考一下   复制代码 代码如下: try    {     int readByte = 0;        //     int bytesToRead = 100;       //数据缓冲区大小     string fileName = "../../WriteXml.xml";   //要打开的文件     //   this.textBox1.Text = string.Empty;   

jQuery操作JSON的CRUD用法实例

 这篇文章主要介绍了jQuery操作JSON的CRUD用法,实例分析了jQuery进行CURD的操作技巧,具有一定参考借鉴价值,需要的朋友可以参考下     本文实例讲述了jQuery操作JSON的CRUD用法.分享给大家供大家参考.具体实现方法如下:   代码如下: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1