博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

随笔分类 -  jQuery

摘要:1 2 3 4 5 6 javascript里面的数组,json对象,动态添加,修改,删除示例 7 8 47 48 49 50 阅读全文
posted @ 2014-05-09 10:28 阅读(20938) 评论(0) 推荐(0)

摘要:1 data: [ 2 { text: '节点1', icon: myaccount, children: [ 3 { text: '节点1.1', icon: archives }, 4 { text: '节点1.2', icon: archives }, 5 { text: '节点1.3', icon: myaccount, children: [ 6 { text: '节点1.3.1',... 阅读全文
posted @ 2014-02-14 09:59 阅读(874) 评论(0) 推荐(0)

摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文
posted @ 2013-04-19 15:51 阅读(476) 评论(0) 推荐(0)

摘要:1 $.ajax({ 2 url:'/financepage/finance_public/ImgUpload.ashx', 3 type:'POST', 4 data:'Action=Base64Upload&Img='+content, 5 //async:false, //关闭异步 6 dataType:'text', 7 //contentType:"application/json; charset=u... 阅读全文
posted @ 2013-01-10 16:07 阅读(3602) 评论(1) 推荐(0)