自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Hello World ~

成功 ,是因为站在巨人的肩

  • 博客(5)
  • 收藏
  • 关注

原创 jquery javascript 展开收起

JavaScript: 一: function showContent() { var main = document.getElementById("main"); var content = main.innerHTML; var newContent = document.createElement("div");

2016-12-21 17:21:04 304

原创 第四章 jQuery 样式与动画

通过jQuery可以轻松地为页面操作添加简单的视觉效果,甚至能创建更精致的动画 // 取得单个属性的值 .css('property') //返回 "value" //取得多个属性的值 .css ( [ ' property1 ' , '  property-2 ' ] ) // 返回 { " property1 " : " value1 " , " property-2" : " v

2016-12-20 17:09:56 332

原创 :eq() 和 :nth-child()

参考 jQuery 基础教程

2016-12-19 11:25:52 516

原创 否定伪类(:not) :empty选择器

x:not(selector) 筛选不含有selector的x 1、选择所有不含有有 class1 的元素 :not(:class1) $(document).ready(function () { $('p:not(.p1)').addClass('p6'); }) :empty 选择器 选择每个空元

2016-12-17 14:43:26 2507

原创 .index() :gt()Selector :lt()Selector

Search for given element from among the matched elements. *This signature does not accept any arguments. --- .index() *A selector representing a jQuery collection in which to look for an element.  -

2016-12-12 22:16:07 250

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除