jQuery学习尺寸

 

1.jQuery总结:show(),hide(),toggle(),slideUp(),slideDown(),slideToggle(),animate(),slide Window(滑动窗口)

2.用jQuery实现二级菜单

●代码如下:

●代码实现:

jQuery学习尺寸_第1张图片  

3.jQuery尺寸图解

<1>和css样式差不多

                   

<2>通过jQuery获取元素的尺寸

●代码如下:




    
    jQuery尺寸
    
    


 

●代码实现:

jQuery学习尺寸_第2张图片    点击“显示”→→→     jQuery学习尺寸_第3张图片

 

●涉及的知识点

width():设置或返回元素的宽度(不包括内边距,边框,外边距)

height():设置或返回元素的高度(不包括内边距,边框,外边距)

 

 

你可能感兴趣的:(jQuery学习尺寸)