增删
计划表 - 锐客网
添加品牌
ID:
品牌名称:
- ID品牌名称操作(Operation)
- 1宝马删除
js
$(function () {
$('#btn1').click(function () {
var txt01 = $('#txt1').val();
var txt02 = $('#txt2').val();
var $li = $('' + txt01 + '' + txt02 + '删除 ');
$li.appendTo('#list');
});
$('#list').delegate('a', 'click', function () {
var handler = $(this).attr('class');
switch (handler) {
case 'del':
var txt = $(this).parent().children(':first').html();
if (confirm('你确定要删除"' + txt + '"吗?')) {
$(this).parent().remove();
}
break;
}
});
});
css
*{
margin: 0;
padding: 0;
}.box{
width: 800px;
height: 100px;
margin: 200px auto;
border: 1px blue solid;
border-radius: 10px;
}
.box1{
width: 800px;
height: 30px;
background-color: blue;
border-radius: 3px;
}
.h1{
width: 100px;
height: 15px;
font-size: 16px;
margin-left: 20px;
color: white;
padding-top: 5px;
}
.ld{
font-size: 18px;
margin: 0 auto;
padding-top: 30px;
}
.inputbtn{
width:40px;
height:32px;
padding:0px;
border:1px solid #ccc;
}
.inputtxt, .inputtxt2{
width:250px;
height:30px;
border:1px solid #ccc;
padding:0px;
text-indent:10px;
}.list{
margin:0;
padding:0;
list-style:none;
margin-top:20px;
}.list li{
height:30px;
line-height:30px;
border-bottom:1px solid #ccc;
}.list li span{
float:left;
width: 267px;
border: 1px #8c8c8c solid;
border-bottom: none;
}.list li a{
float:right;
text-decoration:none;
margin:0 10px;
}.box2{
width: 807px;
margin-top: 100px;
}
推荐阅读
- 编写字典程序
- 怎么将桌面上的CAD图纸添加到软件中进行BMP格式转换()
- JavaScript|JavaScript: BOM对象 和 DOM 对象的增删改查
- JavaScript|JavaScript之DOM增删改查(重点)
- 2147483647与int型
- 怎样把一个字典的数据添加到另一个字典中()
- 培养习惯的倦怠期可以添加变化~74
- 如何在Kubernetes|如何在Kubernetes 里添加自定义的 API 对象(一)
- Ubuntu|Ubuntu 下添加开机启动脚本
- Swift|Swift 重构(URL 参数增删改查)