摘要: $.fn.extend({authorizeditemlist: function(options) {return this.each(function() {var sender = $(this);var url = "search.asp";sender.unautocomplete().a... 阅读全文
posted @ 2012-09-14 18:22 y0umer 阅读(621) 评论(0) 推荐(0) 编辑
摘要: 1、jquery.autocomplete参考地址 http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/http://docs.jquery.com/Plugins/Autocomplete2、jquery.autocomp... 阅读全文
posted @ 2012-09-14 18:20 y0umer 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Js 常用数值函数(Math,parseInt)取整1.丢弃小数部分,保留整数部分parseInt(5/2)2.向上取整,有小数就整数部分加1Math.ceil(5/2)3,四舍五入.Math.round(5/2)4,向下取整Math.floor(5/2)Math 对象的方法FF: Firefox,... 阅读全文
posted @ 2012-09-14 17:18 y0umer 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 今天看到一则处理xml的问题,以前也有写过xml的查询,下面是问题declare @x xml,@y xml 02set @x=' 031 04姓名 05 06 07 082 09年龄 10 11 12' 13set @y=' 141 15张三 16 17 182 1920 20... 阅读全文
posted @ 2012-09-14 10:48 y0umer 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2012-09-14 00:39 y0umer 阅读(149) 评论(0) 推荐(0) 编辑