码迷,mamicode.com
首页 >  
搜索关键字:gridview checkbox 单选    ( 9244个结果
Jquery mobile 中在列表项上使用单选按钮
无意中发现可以在li上实现开关按钮 http://jsfiddle.net/Gajotres/pzfr2/ 触类旁通,终于实现了在li上增加单选按钮组 @model QGateMobile.Areas.WG32.Models.SystemConfigModel @{ ViewBag.Title .....
分类:Web程序   时间:2014-09-02 22:50:25    阅读次数:320
C#数据库动态添加checkbox
在C#中查询数据库的某一列的时候,有时会需要将数据库的字段名是checkbox的text,同时根据数据的增加和减少,动态的添加checkbox,实现代码如下if(dt.Rows.Count!=0){foreach(DataRowdrindt.Rows){CheckBoxchkbox=newCheck...
分类:数据库   时间:2014-09-02 17:40:55    阅读次数:347
there is issue about change event of checkbox in the ie8 oe ie7
some people said the change event of checkbox can not trigger in the ie7 or ie8,that's not true.this event can trigger in the ie7 or ie8 ,but you can ...
分类:其他好文   时间:2014-09-02 12:09:14    阅读次数:162
[转载]asp.net mvc: why is Html.CheckBox generating an additional hidden input
http://stackoverflow.com/questions/2697299/asp-net-mvc-why-is-html-checkbox-generating-an-additional-hidden-inputhttp://bbs.csdn.net/topics/390707144“...
分类:Web程序   时间:2014-09-02 12:07:04    阅读次数:214
mixpanel实验教程(2)
六、发送邮件和推送通知选择该用户前面的 checkbox,点击 Send A Notification 按钮,从下拉列表中选择 Email Message/Push Notifiaction,即可向该用户发送邮件或Push 通知。在邮件正文中,你可以使用一些特殊的标签,例如:{{${name}}}表示该用户 Profile 中的 name 属性。点击 Continue,允许你选择发送时机,立即还是...
分类:其他好文   时间:2014-09-02 10:30:54    阅读次数:190
Jquery选择复选框操作
1 2 jQuery(function($){ 3 //全选 4 $("#btn1").click(function(){ 5 $("input[name='checkbox']").attr("checked","true"); 6 }) 7 //取消全选 8 $("#btn2").click.....
分类:Web程序   时间:2014-09-02 00:10:53    阅读次数:323
$(this).attr("checked") 用jquery取checkbox的值 返回undefined
$("#login-showpassword").click(function(){ //$(this).attr("checked") 这个返回undefined //this.checked; 返回true if($(this).is(":checked")) { $("#text-p...
分类:Web程序   时间:2014-09-01 12:32:33    阅读次数:197
jQuery版本对checkbox影响
Checkbox在不同版本的jQuery下面有不同的表现http://office.oa.com/applyfill.aspx?flowid=65http://ao.oa.com/flow/applyfill.aspx?flowid=151http://www.zhihu.com/settings/...
分类:Web程序   时间:2014-09-01 10:43:52    阅读次数:188
android第一天
android开发还是跟java控制台有很多区别的,android需要在界面上做的工作太多。第一天主要说了一些常用的对象,和对象的事件,如:textView,editview,button,checkbox,toast。 然后主要使用了对象的OnClick事件实现了一些简单的操作final Bu.....
分类:移动开发   时间:2014-09-01 10:38:22    阅读次数:231
【转】高手速成android开源项目【View篇】
主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toast、EditText、TableView、Activity Animation等等。 ....
分类:移动开发   时间:2014-09-01 09:18:22    阅读次数:470
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!