web之家  

2017年4月17日

摘要: Json 和 Jsonlib 的使用 什么是 Json JSON(JvaScript Object Notation)(官网网站:http://www.json.org/)是 一种轻量级的数据交换格式。 易于人阅读和编写。同时也易于机器解析和生成。它基于 JavaScript Programming 阅读全文
posted @ 2017-04-17 18:06 路修远而求索 阅读(28886) 评论(0) 推荐(1) 编辑
 
摘要: serializeArray()和.serialize()的区别、联系 用户名: 手机号: 生日: serializeArray() json数组 --------$.type()可以判断数据类型 $('#addForm').serializeArray(); //返回数据结构,是json数组,每... 阅读全文
posted @ 2017-04-17 17:43 路修远而求索 阅读(500) 评论(0) 推荐(0) 编辑
 
摘要: JSON.parse(),JSON.stringify(),jQuery.parseJSON()的用法 1. JSON.parse(jsonString): 在一个字符串中解析出JSON对象(js方法) 1 2 3 var str = '[{"href":"baidu.com","text":"te 阅读全文
posted @ 2017-04-17 10:37 路修远而求索 阅读(7817) 评论(0) 推荐(0) 编辑
 
摘要: Jquery 遍历数组之$().each方法与$.each()方法介绍 一 $().each() 对于这个方法,在dom处理上用的比较多,如果一个html页面上面有多个checkbox,这时用$().each来处理checkbox是比较不错的; 回调函数里面的i在此处代表input集合传递过去的索引 阅读全文
posted @ 2017-04-17 10:15 路修远而求索 阅读(1178) 评论(0) 推荐(0) 编辑
 
摘要: 假如现在有这样一个表单,是添加元素用的。 <form id='addForm' action='UserAdd.action' type='post'> <label for='uname'>用户名</label>:<input type='text' name='uname' id='uname' 阅读全文
posted @ 2017-04-17 09:27 路修远而求索 阅读(332) 评论(0) 推荐(0) 编辑