摘要: 1 2 3 4 5 jQuery鼠标悬停内容动画切换效果 6 23 24 25 26 27 28 29 30 31 开心网 32 开心网营销 33 34 开心网 35 开心网营销 36 37 38 39 40 41 42 43 人人网 44 人人网营销 45 ... 阅读全文
posted @ 2016-06-01 14:59 rain92 阅读(319) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML><html lang="zh-CN"><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><title>test</title><style type="text/css">ol, ul {list- 阅读全文
posted @ 2016-06-01 14:39 rain92 阅读(361) 评论(0) 推荐(0) 编辑
摘要: $(function(){ $("input[name='search']").focus(function(){ $(this).val(""); }) $("input[name='search']").blur(function(){ $(this).val("请输入搜索文字"); }) }) 阅读全文
posted @ 2016-05-23 14:52 rain92 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1. 禁止右键点击$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; });});2. 隐藏搜索文本框文字Hide when clicked in the search fie 阅读全文
posted @ 2016-05-20 11:16 rain92 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 北京 ... 阅读全文
posted @ 2016-01-06 13:47 rain92 阅读(194) 评论(0) 推荐(0) 编辑
摘要: text-overflow:ellipsis;overflow:hidden;white-space:nowrap;*white-space:nowrap; 阅读全文
posted @ 2016-01-06 13:29 rain92 阅读(100) 评论(0) 推荐(0) 编辑
摘要: overflow: hidden; white-space: normal; word-warp: break-word; word-break: break-all;/*Only work in IE*/ text-overflow: ellipsis;/*Not working in FF*... 阅读全文
posted @ 2016-01-06 13:26 rain92 阅读(265) 评论(0) 推荐(0) 编辑