摘要: 会在animate开始时执行,尚不知原因。$("#chat_frame").animate({height:"32px",width:"102px"}, "fast",minimizeFinish(self));function minimizeFinish(self){self._chat_frame_min = 1;window.alert("minimized");}改成酱紫就对了,摊手。 $("#chat_frame").animate({height:"3 阅读全文
posted @ 2012-01-06 10:53 孤舟苦渡 阅读(13038) 评论(1) 推荐(0) 编辑
摘要: ctrl+h打开替换查找输入\r\n替换不填下面模式选择扩展ok 阅读全文
posted @ 2012-01-05 17:47 孤舟苦渡 阅读(1881) 评论(0) 推荐(0) 编辑
摘要: csshover.htc代码如下View Code <attach event="ondocumentready" handler="parseStylesheets" /><script language="JScript">/*** Pseudos - V1.30.050121 - hover & active* ---------------------------------------------* Peterned - http://www.xs4all.nl/~peterned/* (c) 阅读全文
posted @ 2012-01-05 15:20 孤舟苦渡 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: zookeeper是做分布式协调的东西,自己没有什么经验,听不太懂,基础上差好多。Hadoop、paxos是什么= =总之前辈么好像了如指掌的样子,还要加油啊。 阅读全文
posted @ 2012-01-04 21:10 孤舟苦渡 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 使用前使用后测试环境ietester解决方案:iepngfix.htchttp://www.twinhelix.com/css/iepngfix/ 阅读全文
posted @ 2012-01-04 10:59 孤舟苦渡 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 从http://docs.jquery.com/UI 摘下来的 方便自己和大家版本stable 1.8折叠面板accordion自动填充框autocomplete按钮button日期选择datepicker对话框dialog进度条progressbar拖动条slider选项卡tabs 阅读全文
posted @ 2012-01-03 22:30 孤舟苦渡 阅读(496) 评论(0) 推荐(0) 编辑
摘要: jQuery官方动画库只提供了slide的向下开,向上关,明显不够用嘛。so,找了找向左向右的代码。jQuery.fn.extend({ slideRightShow: function() { return this.each(function() { $(this).show('slide', {direction: 'right'}, 1000); }); }, slideLeftHide: function() { return this.each(function() { $(this).hide('slide', {direction 阅读全文
posted @ 2012-01-03 22:19 孤舟苦渡 阅读(32115) 评论(1) 推荐(1) 编辑