码迷,mamicode.com
首页 >  
搜索关键字:radio    ( 1736个结果
获取选中的radio的value值
html:hhhhahhb js:var aa = $('#bb input[name="cc"]:checked ').val();
分类:其他好文   时间:2015-09-25 16:14:53    阅读次数:125
Radio Basics for RFID
Radio Basics for RFID (2015/09/24 22:30:37)Radio Basics for RFID (2015/09/24 22:30:37)Radio Basics for RFID (2015/09/24 22:30:37)Radio Basics for RFID...
分类:其他好文   时间:2015-09-24 23:53:38    阅读次数:490
laber 个性radio
外星人1 外星人2 外星人3 外星人1 外星人2 外星人3
分类:其他好文   时间:2015-09-22 18:16:46    阅读次数:215
html中radio单选和文本框限制只能输入数字的解决方案
一、当html中存在多个radio单选按钮时将所有的单选按钮name属性设置为一样,就可实现每次只选中一个的效果。二、限制文本框只能输入数字,代码如下:$(function(){ $(":radio.dian").click(function(){ //单击radio后移除所有的...
分类:Web程序   时间:2015-09-22 16:09:46    阅读次数:202
type和role属性有什么区别呢
type是规定标签的类型,比如标签中使用type="button"就是代表一个按钮 使用type="text" 就是一个文本框,type="radio" 单选框等等。role的作用是描述一个非标准的tag的实际作用,比如用div做button,那么设置div 的 role=“button”,辅助工具...
分类:其他好文   时间:2015-09-22 12:51:55    阅读次数:121
day03 JavaScript
day03上节内容回顾 1、html的表单标签 : ** action method enctype 输入项: ** type="text" ** passwrod ** radio ** checkbox ** file ** submit ** reset ...
分类:编程语言   时间:2015-09-22 07:45:24    阅读次数:257
RFID Detector
RFID DetectorThere is a lot of buzz lately about RFID (Radio Frequency ID) tags, mostly because of JC Penny's announcement of switching their retail s...
分类:其他好文   时间:2015-09-22 06:33:27    阅读次数:875
RFID (Radio Frequency Identification): A Tutorial
RFID (Radio Frequency Identification): A TutorialContents:Introduction to Radio Frequency Identification-RFIDWhat is RFIDCompare RFID with Bar Code Te...
分类:其他好文   时间:2015-09-22 06:32:26    阅读次数:292
Basic Modulation Techniques: AM FM
The origin of all radio modulation techniques stem back to the AM and FM basic modulation. AM modulation changes the carrier frequency according to th...
分类:其他好文   时间:2015-09-22 01:19:57    阅读次数:1169
按钮控件Button
钮窗口(控件)在MFC中使用CButton表示,CButton包含了三种样式的按钮,Push Button,Check Box,Radio Box。所以在利用CButton对象生成按钮窗口时需要指明按钮的风格。创建按钮:BOOL CButton::Create( LPCTSTR lpszCaptio...
分类:其他好文   时间:2015-09-21 15:26:49    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!