it技术博客

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

随笔分类 -  jquery

jquery
摘要:第一步:引入jQuery库第二步:开发Ajax封装类,已测试通过,可以直接调用,直接贴代码,讲解就省了/***************************************************************** jQuery Ajax封装通用... 阅读全文
posted @ 2014-10-29 23:26 ie技术博客 阅读(364) 评论(0) 推荐(0)

摘要:设置标题不显示:title:false用法:title:{ text:false }, 阅读全文
posted @ 2014-08-25 11:15 ie技术博客 阅读(4306) 评论(1) 推荐(0)

摘要:var NewPerCent=parseFloat(NewPerCent.toString()).toFixed(2);return''+this.point.name+':'+Highcharts.numberFormat(this.percentage)+'%'; 阅读全文
posted @ 2014-08-25 11:14 ie技术博客 阅读(1765) 评论(0) 推荐(0)

摘要:因为缓存总是不调用PermissionEdit.ashx $.ajax({ type: "get", cache: false, url:"PermissionEdit.ashx", dataType: 'tex... 阅读全文
posted @ 2014-04-16 09:32 ie技术博客 阅读(660) 评论(0) 推荐(0)