attribute:$(”p”).addClass(css中定义的样式类型);
给某个元素添加样式$(”img”).attr({src:”test.jpg”,alt:”test Image”});
给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”); ...
分类:
编程语言 时间:
2014-05-08 18:54:15
阅读次数:
507
垂直居中: 先height再ling-height,都设成一样高设置外边距:
margin-top,margin-left,margin-right,margin-bottomdiv背景单张铺满设置: width: 30px;
height: 30px; line-height: 30px;...
分类:
Web程序 时间:
2014-05-08 14:38:55
阅读次数:
474
其实从去年开始1.9以上新版的jquery已不再支持toggle方法和live方法。live用on方法替代。话说这个方法确实挺方便的,那么怎么交替点击呢,html的checked属性我觉得不是很好用,用css中的display:none的字符串比较更是避免不了中间过渡时候状态出错。其实jquery还...
分类:
Web程序 时间:
2014-05-08 14:16:01
阅读次数:
368
原文:http://walsh.iteye.com/blog/261966innerHTML、innerText和outerHTML、outerText的区别博客分类:CSS/HTMLHTML1、区别描述如下:innerHTML
设置或获取位于对象起始和结束标签内的 HTMLouterHTML 设置...
分类:
Web程序 时间:
2014-05-08 13:59:34
阅读次数:
583
在使用CSS实现表现的时候,会经常接触到display:inline-block
这一属性,无论是初接触 Web
标准还是接触标准已久的朋友,大都会对这一属性感觉很迷惑和模糊。display:inline-block将对象呈递为内联对象,但是对象的内容作为块对象呈递。旁边的内联对象会被呈递在同一行内...
分类:
其他好文 时间:
2014-05-08 13:44:57
阅读次数:
311
Div的宽高为100 1 2 3 4 5 6 16 17 18 19 20 显示效果:将宽高均设置为0
1 2 3 4 5 6 16 17 18 19 20 显示效果:只显示下面的▲半透明示意 1 2 3 4...
分类:
Web程序 时间:
2014-05-08 12:46:11
阅读次数:
619
使用CSS控制XML的显示book.cssbookname{
display:block;color:Red}author{ display:block;font-style:italic}price{
display:block;colobook.xml java与模式 白艳 ...
分类:
Web程序 时间:
2014-05-07 17:04:59
阅读次数:
531
auto listener = EventListenerTouchOneByOne::create();
listener->setSwallowTouches(true);
auto sprite = this->getChildByTag(virTag)->getChildByTag(jumpTag);
listener->onTouchBegan = CC_CALLBACK_2...
分类:
其他好文 时间:
2014-05-07 15:41:12
阅读次数:
279
体验地址:
http://www.renyugang.cn/html/h5/
http://www.renyugang.cn/html/h5/oop/...
分类:
其他好文 时间:
2014-05-07 13:20:25
阅读次数:
438
font-family的调用方法:
div {
font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;
font:bold 12px/0.75em Arial,'Times New Roman','Microsoft YaHei',SimHei;
}
根据font-family的原则,假如客户终端不认...
分类:
Web程序 时间:
2014-05-07 12:27:13
阅读次数:
468