$(function() { $('.love').toggle(function() { $(this).attr("src", "images/loved.png"); }, function() { $(this).attr("src", "images/love.png"); }) $(". ...
分类:
其他好文 时间:
2016-08-05 11:34:40
阅读次数:
144
1. append(content)方法 方法作用:向每个匹配的元素内部追加内容。 参数介绍:content (<Content>): 要追加到目标中的内容。 用法示例: HTML代码为<p>I come from </p><p>I love </p> 向所有p标签中追加一个单词china,则写法为 ...
分类:
移动开发 时间:
2016-08-05 11:25:47
阅读次数:
342
How does the world look through your eyes? 你眼中的世界是什么样的呢? This morning I saw a girl that is just the type I love. Glancing on her face, and I suddenly ...
分类:
其他好文 时间:
2016-08-05 10:12:10
阅读次数:
109
程序:Do You Love Me ? 说明:就是鼠标移动到“不爱”按钮上按钮就会移动到其他地方 代码: ...
分类:
移动开发 时间:
2016-08-04 21:30:21
阅读次数:
182
Love me little and love me long.不求情意绵绵,但愿天长地久。Friends are relatives you make for yourself.朋友是你自己结交的亲人。 ...
分类:
其他好文 时间:
2016-08-03 21:50:46
阅读次数:
129
【问题】微信页面开发时,各个主页之间的跳转,完全是通过a链接进行的,但是来回跳转几次,再次从其他主页面跳回首页的时候,微信头部出现了跳转加载进度条,但是就是不跳转,也没有任何反应 【范围】只出现在微信内置浏览器上 【解决方法】只要在原本跳转的链接后面带上任意一个参数,即: 变成 【注】参数love可 ...
分类:
微信 时间:
2016-08-02 11:25:31
阅读次数:
906
Love means never having to say you are sorry. 爱就是永远不必说对不起。 Love means knowing each other deeply, then both will not do the things that may result in t ...
分类:
其他好文 时间:
2016-07-22 23:10:29
阅读次数:
190
linux环境下,怎么确定nginx是以那个config文件启动的? 输入命令行: ps -ef | grep nginx 摁回车,将出现如下图片: master process 后面的就是 nginx的目录。 转自:http://blog.csdn.net/love__coder/article/ ...
分类:
系统相关 时间:
2016-07-22 18:35:31
阅读次数:
260
先看一个没有使用@ModelAttribute的Controller方法. [java] view plain copy @RequestMapping("/save") public String save(User user) { user.setUsername("U love me"); u ...
分类:
编程语言 时间:
2016-07-21 14:47:05
阅读次数:
302
http://blog.csdn.net/zdy0_2004/article/details/49768233(写的应该不错) http://blog.csdn.net/small_love/article/details/6664831(原装博文) http://bbs.csdn.net/topi ...
分类:
其他好文 时间:
2016-07-21 09:50:56
阅读次数:
146