jQueryMobile框架为原生的html表单元素封装了新的表现形式,对触屏设备的操作进行了优化。
data-theme="b"——指明元素的主题为黑色主题;
checkbox&radio实例
欢迎来到主页
苹果
...
分类:
Web程序 时间:
2015-08-27 15:17:43
阅读次数:
245
单选框 radio (只能一个被选中)性别 男女复选框 checkbox(可以多个被选中)爱好: 吃饭 睡觉打豆豆选项名 --可以在单击文字时选中对应选项
分类:
其他好文 时间:
2015-08-26 19:58:37
阅读次数:
132
{{k.NAME}}-{{k.IS_MR}} ...
分类:
其他好文 时间:
2015-08-25 23:26:51
阅读次数:
125
jQuery 的选择器可谓之强大无比,这里简单地总结一下常用的元素查找方法 $("#myELement") ? ?选择id值等于myElement的元素,id值不能重复在文档中只能有一个id值是myElement所以得到的是唯一的元素? $("div")...
分类:
Web程序 时间:
2015-08-25 21:58:39
阅读次数:
215
Activeform
文本框:textInput();
密码框:passwordInput();
单选框:radio(),radioList();
复选框:checkbox(),checkboxList();
下拉框:dropDownList();
隐藏域:hiddenInput();
文本域:textarea(['rows'=>3]);
文件上传:fileInput();
提交...
分类:
其他好文 时间:
2015-08-25 14:18:07
阅读次数:
118
Activeform文本框:textInput();密码框:passwordInput();单选框:radio(),radioList();复选框:checkbox(),checkboxList();下拉框:dropDownList();隐藏域:hiddenInput();文本域:textarea(...
分类:
其他好文 时间:
2015-08-21 00:07:07
阅读次数:
190
1. event.preventDefault(); -- 阻止元素的默认事件。注:a元素的点击跳转的默认事件 ,button,radio等表单元素的默认事件 ,div 元素没有默认事件例:百度var samp = document.getElementByTagName("a");samp.add...
分类:
编程语言 时间:
2015-08-19 19:53:13
阅读次数:
184
HTML: 1 2 3 Jquery:$("td").click(function () { $('input:radio', this).attr('checked', true...
分类:
Web程序 时间:
2015-08-19 12:33:41
阅读次数:
474
Channel Allocation
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 13295
Accepted: 6806
Description
When a radio station is broadcasting over a very large ar...
分类:
其他好文 时间:
2015-08-18 21:25:27
阅读次数:
164
DescriptionWhen a radio station is broadcasting over a very large area, repeaters are used to retransmit the signal so that every receiver has a stron...
分类:
其他好文 时间:
2015-08-16 16:34:03
阅读次数:
112