需要合作伙伴联系我,VX(绿泡泡): w6668263      email:ye583025823@126.com

上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 60 下一页

2014年8月20日

IE测试CSS兼容性测试

摘要: 我们知道IE6~8是现在浏览器的主流。但是由IE6开始,我们已经知道IE并不是完全执行W3C标准。我们在编程的时候往往遇到只兼容某一种浏览器。我们以前经常使用IE Test进行IE的兼容性测试。但是随着Microsoft Expression 最新版本的发布。微软也推出了属于自己的IE Test。【... 阅读全文

posted @ 2014-08-20 20:59 龙行龘龘9527 阅读(1029) 评论(0) 推荐(0) 编辑

2014年8月15日

文本域光标操作(选、添、删、取)的jQuery扩展

摘要: ; (function ($) { /* * 文本域光标操作(选、添、删、取)的jQuery扩展 @Mr.Think http://mrthink.net/text-field-jquery-extend/ */ ... 阅读全文

posted @ 2014-08-15 11:37 龙行龘龘9527 阅读(3110) 评论(0) 推荐(0) 编辑

jQuery插件,将内容插入到光标处

摘要: (function ($) { $.fn.extend({ insertAtCaret : function (myValue) { var $t = $(this)[0]; if (document.selection) { ... 阅读全文

posted @ 2014-08-15 11:22 龙行龘龘9527 阅读(3399) 评论(0) 推荐(0) 编辑

onmouseout,mouseover经过子元素也触发的问题解决方案

摘要: 在mouseout与mouseover的冒泡问题上,相信有很多朋友都遇到过。今天这里就总结一下关于mouseover和mouseout冒泡问题的解决方案:首先,看下event.relatedTarget的用法。relatedTarget事件属性返回与事件的目标节点相关的节点。relatedTarge... 阅读全文

posted @ 2014-08-15 11:13 龙行龘龘9527 阅读(555) 评论(0) 推荐(0) 编辑

2014年8月11日

在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome

摘要: 在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome#identifier-pannel { bottom: 345px; margin-left: 512px; position: fixed; _position: absolute; l... 阅读全文

posted @ 2014-08-11 09:09 龙行龘龘9527 阅读(473) 评论(0) 推荐(0) 编辑

2014年8月8日

apache无法启动:The request operation has failed

摘要: apache无法启动提示the requested operation has failed 的错误信息,有以下几种解决方法:1.80端口占用apache默认使用的端口是80,而IIS和迅雷用的也是80端口。2.软件冲突装了某些软件会使apache无法启动如Dr.com 打开网络连接->TcpIp属... 阅读全文

posted @ 2014-08-08 17:29 龙行龘龘9527 阅读(12468) 评论(0) 推荐(0) 编辑

系统找不到指定文件 No installed service name 'Apache2'

摘要: 原因:系统服务中没有apache2服务解决方法:开始 --运行 --- 输入“CMD”出来DOS窗口----输入 D: 回车再输入 cd D:/Program Files(x86)/Apache Group/Apache2/bin 定位到这个目录下(这是我的apache安装目录:找到 apache2... 阅读全文

posted @ 2014-08-08 15:54 龙行龘龘9527 阅读(2033) 评论(0) 推荐(0) 编辑

2014年7月18日

在表单里面检查用户名是否存javascript

摘要: function CheckUser(fn) { $.get("/Pages/Handler/CheckExistHander.ashx", { "txt_UserNo": $("#txt_UserNo").val(), "flag": "UserExist" }, function (dat... 阅读全文

posted @ 2014-07-18 17:02 龙行龘龘9527 阅读(395) 评论(0) 推荐(0) 编辑

2014年7月14日

让iframe调用页面的背景透明

摘要: iframe标签上加了一个 allowtransparency="true"iframe页面需要书写一行body的css 就OK了 阅读全文

posted @ 2014-07-14 09:04 龙行龘龘9527 阅读(20532) 评论(0) 推荐(1) 编辑

2014年6月22日

扩展Jquery方法创建LigerUI Grid

摘要: ///**//*封装jquery get请求ajax//*author:叶明龙//*time:2012-12-10//*/function getAjax(url, para, fn) { if (typeof fn == "function") { if (para == un... 阅读全文

posted @ 2014-06-22 12:01 龙行龘龘9527 阅读(4954) 评论(0) 推荐(0) 编辑

上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 60 下一页

导航