摘要: 代码简单,以防忘记,载录在此 tbox_count.InputScope = new InputScope() { Names = { new InputScopeName() { NameValue = InputScopeNameValue.Number } } }; 阅读全文
posted @ 2012-04-28 11:21 songtzu 阅读(224) 评论(0) 推荐(0)
摘要: JQuery取RadioButtonList 或者 CheckBox的一些值的方法 [转]‍1、如何取RadioButtonList中的各项的值,取选中项的值,如:$("input[name='rbtList']:checked").val()获取radiobuttonlist的text,查看源代码发现它被解析成<input>...</input>..<lable>abc</label>所以取它RadioButtonList选中项的Text的值时,可以如下:$("input[name='rbt 阅读全文
posted @ 2012-04-28 10:04 songtzu 阅读(240) 评论(0) 推荐(0)