04 2017 档案
摘要:给input框添加一个兄弟元素div .pay-license-place 元素内容为placeholder值
阅读全文
摘要:.middle ul{ counter-reset: show-list; } li{ padding-left: 30px; line-height: 1.3; position: relative; counter-increment: item; } li:before{ content: counter(item)"."; disp...
阅读全文
摘要:<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{ margin:0; padding:0; } .cc{ display: table; width:300px; hei
阅读全文
摘要:1、$(".aa").delay(2500).animate({width:0}); // 延迟 2、setTimeout(function(){ --> css3 animate动画库 $(".aa").addClass("animated bounce ") },500) ...
阅读全文
摘要:<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{ margin:0; padding:0; box-sizing:border-box; } body{ backgrou
阅读全文
摘要:<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/2.css"/> </head> <body> <div class="sh
阅读全文
摘要:测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测...
阅读全文
摘要:$(".licat-header-list").on("click",function(e){ $(this).addClass("active");//有class名active时,其下边的ul列表显示,否则隐藏 e.stopPropagation(); $("body").one("click",function(e){ ...
阅读全文