码迷,mamicode.com
首页 >  
搜索关键字:not checked yet..    ( 2728个结果
css选择器
1. id,class类,标签,相邻, 子,后代 , 通配, 属性选择器(a[rel="external"]) , 伪类选择器(a:hover,li:nth-child) 2. 可继承的属性: font-size,font-family,color, text-indent 3. 不可继承: mar ...
分类:Web程序   时间:2019-04-09 17:03:14    阅读次数:133
第一册:lesson ninety one.
原文: Poor lan. Has lan sold his house yet? Yes,he has. He sold it last week. Has he moved to his new house yet? No,not yet. He is still here. He is goi ...
分类:Web程序   时间:2019-04-09 14:02:16    阅读次数:189
Html+CSS基础之单选框和复选框
Html提供了二种选择框即单选框和复选框 语法:<input type="radio/checkbox" value="值" name="名称" checked="checked" /> type:选择框的类型,radio表示单选,checkbox表示多选。 value:提交到后台的值,后台使用 n ...
分类:Web程序   时间:2019-04-07 12:51:18    阅读次数:200
Intellij Idea 创建Web项目(一)
相关软件: Intellij Idea14:http://pan.baidu.com/s/1nu16VyD JDK7:http://pan.baidu.com/s/1dEstJ5f Tomcat(apache-tomcat-6.0.43):http://pan.baidu.com/s/1kUwReQ ...
分类:Web程序   时间:2019-04-05 12:38:53    阅读次数:186
input中单选按钮radio编写
1 //接受服务器中性别信息 2 //使用ajax操作 3 function get_gender(){ 4 //1.获取异步对象 5 var xhr=XMLHttpRequest(); 6 //4.绑定监听,获取响应get方法 7 xhr.onreadystatechange=function() ...
分类:其他好文   时间:2019-04-05 12:37:25    阅读次数:325
上传图片
/// <summary> /// 前端Ajax /// </summary> /// <returns></returns> function Upload() { var HobbyName = ""; $("input[name=Hobby]:checked").each(function ( ...
分类:Web程序   时间:2019-04-01 21:28:54    阅读次数:210
为什么swift是面向协议的编程--对面向对象机制的改进
主要目标是提供抽象能力和解决值类型的多态问题 Actually, Abrahams says, those are all attributes of types, and classes are just one way of implementing a type. Yet, they exac ...
分类:编程语言   时间:2019-03-29 19:09:51    阅读次数:137
L304 What Is Death?
How should we define the death of a person? Philosophers and physicians have long pondered this question, yet we still don’t have a satisfactory answe ...
分类:其他好文   时间:2019-03-25 10:46:42    阅读次数:118
glide install时遇到 Unable to update checked out vers
glide安装go依赖时,遇到Failedtosetversionongithub.com/kataras/iristoffcb1b8aac0d270d623596734f5595c5a76bed9f:Unabletoupdatecheckedoutversion:exitstatus1的解决办法:1、修改glide.yaml中的github.com/kataras/iris的版本号2、删除目录中
分类:其他好文   时间:2019-03-21 21:46:00    阅读次数:168
分页实现复选框的选中状态
function GetIds() { $(".ck:checked").each(function () { var v = $(this).val(); if (id.toString() == "") { id.push(v); } else { if ($.inArray(v, id) <0 ...
分类:其他好文   时间:2019-03-21 10:22:38    阅读次数:156
2728条   上一页 1 ... 43 44 45 46 47 ... 273 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!