摘要: object values = new { id = "EE" }; var _dictionary = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); foreach (PropertyDescriptor descriptor in TypeDescriptor.GetProperties(values)) { object obj2 = descriptor.GetValue(value... 阅读全文
posted @ 2010-03-13 18:06 NewSea 阅读(647) 评论(0) 推荐(0) 编辑
摘要: /*Uploadify v2.1.0newsea edited by 2010.2.27edit the pop mode and add some method such as :onselected, oncanceled, oninited.*/if (jQuery) ( function (jQuery) { jQuery.extend(jQuery.fn, { uploadify: function (options) { jQuery(this).each(function () { settings ... 阅读全文
posted @ 2010-03-13 15:09 NewSea 阅读(6136) 评论(0) 推荐(0) 编辑
摘要: 版本 : 0.1.4 第64行。 原文如下: if (this.options.modal) { this.options = jQuery.extend(this.options, {center: true, draggable: true}); }当是模态窗口, 设定 Center , 且 不可拖动。 把 draggable:true 去掉,即可。 不理解作者为什么这样做。 阅读全文
posted @ 2010-03-13 15:06 NewSea 阅读(781) 评论(2) 推荐(0) 编辑