摘要: http://blog.csdn.net/gisredevelopment/article/details/41126533 一、在元素内部/外部追加元素 append,prepend:添加到子元素 before,after:作为兄弟元素添加 html: [html] view plain copy 阅读全文
posted @ 2017-04-25 19:44 Rainyn 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 选取id不为sth的div元素$("div:not(#sth)") 阅读全文
posted @ 2017-04-25 15:24 Rainyn 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 转自:https://zhidao.baidu.com/question/1822852890089115988.html假设你编写了两个类,一个是人(Person),一个是手机(Mobile)。 人有时候需要用手机打电话,需要用到手机的callUp方法。 传统的写法是这样: Java code p 阅读全文
posted @ 2017-04-25 10:24 Rainyn 阅读(291) 评论(0) 推荐(0) 编辑