12 2013 档案

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;using Newtonsoft.Json;using Newtonsoft.Json.Serialization;using System.IO;using System.Text;namespace table{ /// /// $codebehindclassname$ 的摘要说明 /// // [WebService(Namespace = "http://temp 阅读全文
posted @ 2013-12-22 20:55 (二少)在南极 阅读(4549) 评论(0) 推荐(0)
摘要:因为要做一个动态输入的表格,现在积累一下资料,在网上找了一些资料,经过总结是使用更加方便些,谁有更好的插件和封装的东西,请大家分享一下。其中HTML中的: 序号 缺省 启用 选项内容 操作 添加 ↑ ↓ 阅读全文
posted @ 2013-12-15 01:16 (二少)在南极 阅读(1047) 评论(0) 推荐(0)
摘要:(function(){ var Ploy = { Config: { ajaxUrl: "/ajax/ploy.ashx" }, ajax: function(params, callback) { var that = this; $.ajax({ type: "get", cache: false, dataType: "json", url: that.Config.ajaxUrl, data: params, success: arguments[1] || function(){}, error: arguments[2] 阅读全文
posted @ 2013-12-02 18:00 (二少)在南极 阅读(488) 评论(0) 推荐(0)