Blogger Information
Blog 44
fans 0
comment 1
visits 30966
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
4月2日作业
时光记忆的博客
Original
649 people have browsed it
  1. jQuery的两种引入方式

        1-1:在jquery.com上下载生产版本到本地,在html文档中用<script src="../js/jquery.js">引用

        1-2:  使用CDN引用:百度库(cdn.code.baidu.com):http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js

    2.$(document).ready()

       2-1: $(document).ready(function(){

         $('#list > li').addClass('horiz')

         })

       2-2:简写:$(function(){

            $('$list > li').addClass('horiz')

})


Correction status:Uncorrected

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post