码迷,mamicode.com
首页 >  
搜索关键字:tr 简单使用    ( 8893个结果
webform的操作完之后返回主页面的行定位
1.在repeater表格的行绑定时给行一个id(唯一id),此地方为绑定该表格的主键。 2.给定一个隐藏域 3.在进入到编辑页面时,将唯一主键相继带入,赋给隐藏域     4.加入两个js  function lod() {                 $(".biaoge tr").eq(1).addClass("sh");           }  functi...
分类:Web程序   时间:2014-07-28 16:13:37    阅读次数:231
html+css学习笔记 5[表格、表单]
表格 —— 默认样式重置 表格标签: table 表格 thead 表格头 tbody 表格主体 tfoot 表格尾 tr 表格行 th 元素定义表头 td 元素定义表格单元 表格样式重置 table{border-collapse:collapse...
分类:Web程序   时间:2014-07-28 11:31:30    阅读次数:219
Qt 设置按钮透明、图标、移动到按钮和状态栏提示等各种属性
QPushButton*leftToRightBtn=newQPushButton; leftToRightBtn->setToolTip(tr("TransferFile(s)fromLefttoRight")); leftToRightBtn->setFlat(true); leftToRightBtn->setIcon(QIcon(":/p_w_picpaths/rightarrow.png")); leftToRightBtn->setStatusTip(tr("Transfe..
分类:移动开发   时间:2014-07-28 00:40:50    阅读次数:231
iOS_12_tableViewCell的简单使用
最终效果图: Girl.h // // Girl.h // 11_tableView的使用_红楼梦 // // Created by beyond on 14-7-26. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject /...
分类:移动开发   时间:2014-07-28 00:15:59    阅读次数:310
poj 1106 Transmitters (叉乘的应用)
http://poj.org/problem?id=1106Time Limit:1000MSMemory Limit:10000KTotal Submissions:4488Accepted:2379DescriptionIn a wireless network with multiple tr...
分类:其他好文   时间:2014-07-27 22:54:59    阅读次数:273
jq制作好看的导航显示效果
先上个效果图:在关于页面时,在点击邻居管理后,实现所在页面的提示,相当于文字导航。实现方法:js: 1 var a,b; 2 function admin_op(a,b){ 3 if(b==0){ 4 history.go(0) 5 return tr...
分类:其他好文   时间:2014-07-27 10:03:52    阅读次数:207
iOS_10_tableView的简单使用_红楼十二钗
最终效果图: 方式1,用字典 BeyondViewController.h // // BeyondViewController.h // 10_tableView // // Created by beyond on 14-7-25. // Copyright (c) 2014年 com.beyond. All rights reserved....
分类:移动开发   时间:2014-07-26 15:23:23    阅读次数:312
HTML杂记
1. 声明帮助浏览器正确地显示网页。        HTML 也有多个不同的版本,只有完全明白页面中使用的确切 HTML 版本,浏览器才能完全正确地显示出 HTML 页面。这就是 的用处。 2. table标签       table定义表格,th定义表头,tr定义表格行,td定义表格单元,caption定义表格主题 3.列表标签       ol定义有序表,ul定义无需表,li定义表...
分类:Web程序   时间:2014-07-26 15:15:20    阅读次数:290
实现checkbox全选和全不选的功能
html代码 <table id="table"> <thead> <tr> <td><input type="checkbox" id="thtd" name="thtd"/></td> </tr> </thead> <tbody> <tr> <td><input type="checkbox" id="tbtd" name...
分类:其他好文   时间:2014-07-26 03:37:47    阅读次数:286
用CSS怎样实现鼠标移上去背景颜色变色 onmouseover、onmouseout
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml"> 无标题文档 table { border-collapse:collapse; } td { border:#000 solid 1px; }...
分类:Web程序   时间:2014-07-26 02:26:16    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!