有时候我们展示给用户的表单中的checkbox,radio,selec等标签的一些项是默认选中的。比方:当用户改动文章的时候,假设相应的栏目为下拉框的话,那么它的默认选中值应该是原来的栏目位置。能够使用jquery中的val()方法给select、checkbox、radio设置默认选中项。对于mu...
分类:
其他好文 时间:
2014-06-17 00:35:36
阅读次数:
290
radio值获取$("input[type='radio']:checked").val();2,设置指定的项为当前选中项$("input[type='radio']").eq(1).attr("checked",true);//设置第二项为选中项2.下面来看怎么取得FORM中的各种值等等;func...
分类:
Web程序 时间:
2014-06-14 16:15:40
阅读次数:
209
radio选中$("input[name=test][value=34]").attr("checked",true);//value=34的radio被选中$("input[id=testid][value=34]").attr("checked",true);//value=34的radio被选...
分类:
Web程序 时间:
2014-06-13 19:23:59
阅读次数:
698
有时候我们展示给用户的表单中的checkbox,radio,selec等标签的一些项是默认选中的。比如:当用户修改文章的时候,如果对应的栏目为下拉框的话,那么它的默认选中值应该是原来的栏目位置。
可以使用jquery中的val()方法给select、checkbox、radio设置默认选中项。
对于multiple类型的select和checkbox还可以设置多个默认值。
效果图:
...
分类:
其他好文 时间:
2014-06-08 16:16:19
阅读次数:
233
1. log文件分类简介1. 实时打印:1.1 logcat main(应用程序)--adb
logcat -b main -v time > app.log1.2 logcat
radio(射频相关-SIMSTK,modem相关的ATcommand)--adb logcat -b radio -v...
分类:
移动开发 时间:
2014-06-08 07:34:55
阅读次数:
341
function parse()
{
}
完成parse()函数的内容,要求能够弹出对话框提示当前选中的是第几个单选框。
答案
function parse()
{
var content =...
分类:
Web程序 时间:
2014-06-07 11:38:16
阅读次数:
213
http://blog.csdn.net/ameyume/article/details/76675741.log文件分类简介实时打印的主要有:logcat
main,logcat radio,logcat events,tcpdump,还有高通平台的还会有QXDM日志状态信息的有:adb shel...
分类:
移动开发 时间:
2014-06-06 16:34:38
阅读次数:
380
RSSI=Received Signal Strength Indication which
generally appears as "bars" in our software. It indicates how much power is in
the radio signal your ro...
分类:
其他好文 时间:
2014-06-03 12:20:59
阅读次数:
529
Description
Golden ratio base (GRB) is a non-integer positional numeral system that uses the golden ratio (the irrational number (1+√5)/2 ≈ 1.61803399 symbolized by the Greek letter φ) as its base....
分类:
其他好文 时间:
2014-06-01 15:38:24
阅读次数:
252