<ul>
<li>油腻的学姐</li>
<li>我喜欢你</li>
<li>请你以结婚为前提和我交往</li>
</ul>
接受<input type="radio" name="activity" value="yes" > <br/>
今晚来我房间,我教你bootstrap<input type="radio" checked="checked" name="activity" value="ojbk" >
<li>油腻的学姐</li>
<li>我喜欢你</li>
<li>请你以结婚为前提和我交往</li>
</ul>
接受<input type="radio" name="activity" value="yes" > <br/>
今晚来我房间,我教你bootstrap<input type="radio" checked="checked" name="activity" value="ojbk" >
2018-03-14
<p>请使用<kbd>ctrl+x</kbd>复制代码,然后使用<kbd>ctrl+shift+v</kbd>将复制的代码粘贴到需要的地方。</p>
2018-03-12
<!--下面是代码任务部分-->
<dl class="dl-horizontal">
<dt>标题一:</dt>
<dd>描述内容</dd>
<dt>内容二:</dt>
<dd>描述内容</dd>
</dl>
<dl class="dl-horizontal">
<dt>标题一:</dt>
<dd>描述内容</dd>
<dt>内容二:</dt>
<dd>描述内容</dd>
</dl>
2018-03-12
<ul class="list-unstyled">
<li>城市:</li>
</ul>
<ul class="list-inline">
<li>北京</li>
<li>上海</li>
<li>南京</li>
<li>厦门</li>
</ul>
<li>城市:</li>
</ul>
<ul class="list-inline">
<li>北京</li>
<li>上海</li>
<li>南京</li>
<li>厦门</li>
</ul>
2018-03-12
在标签上添加onclick="change(this)"
function change(obj){
var haha=$(obj).text();
// alert(haha);
$("button:last").html(haha);
} 能实现改变
function change(obj){
var haha=$(obj).text();
// alert(haha);
$("button:last").html(haha);
} 能实现改变
2018-03-11
<div class="form-group has-error has-feedback">
<label class="control-label" for="inpurError2">email地址</label>
<input type="text" class="form-control" id="inputError2">
<span class="glyphicon glyphicon-remove form-control-feedback"></span>
</div>
<label class="control-label" for="inpurError2">email地址</label>
<input type="text" class="form-control" id="inputError2">
<span class="glyphicon glyphicon-remove form-control-feedback"></span>
</div>
2018-03-11
<legend><input type="text" class="form-control" placeholder="显然我颜色变灰了,但是我没被禁用,不信?单击试一下" /></legend>
我真的去点击了一下,发现还是禁用的,突然有一种自己是傻子的感觉。。。。。。。。。。
我真的去点击了一下,发现还是禁用的,突然有一种自己是傻子的感觉。。。。。。。。。。
2018-03-11