Javascript执行序列简介
方法/步骤1<。!DOCTYPE html>。
& lthtml>。
& lthead>。
& ltmeta charset = & quotutf-8/>。
& lt标题>。& lt/title>。
& lt脚本类型= & quot文本/javascriptsrc = & quotjs/jquery-1.7.2。>。& lt/script>。
& lt/head>。
& lt正文>。
& lth5>。hello world & lt/h5>。
& lt脚本>。
警报脚本1)
& lt/script>。
& lt脚本>。
$(函数(){
警报页面加载完成”)
})
& lt/script>。
& lt脚本>。
警报脚本2)
& lt/script>。
& lt/body>。
& lt/html>。
步骤读取2javascript以自上而下的顺序执行,因此首先执行警报(“脚本1”),警报(“脚本2”)和警报(& quot页面加载完成”),$(函数(){
})表示它将在页面加载后执行。<脚本>页面的一部分;
-2步读取3创建元素并添加到正文
& lt脚本>。
$(函数(){
$(& quot;& ltdiv>。& ltp>。你好。/p>。& lt/div>。")。附加到正文);
})
& lt/script>。
-3步读数4 & lt脚本>。
$(函数(){
$(& quot;& ltdiv>。& ltp>。你好。/p>。& lt/div>。")。附加到h5);
$(& quot;& ltdiv>。& ltp>。你好<。/p>。& lt/div>。")。附加到h5)
$(& quot;h5)。追加(& quot123)
})
& lt/script>。
连续加法
-4步阅读5//判断IE
函数isIE(){
var用户代理=导航器.用户代理,
RMsie = /(msie\s|trident。*rv:)(步骤读取6 var match = RMsie . exec(ua);
如果匹配!= null) {
版本= {浏览器:& quot工业工程,版本:匹配步骤读取7 var chVersion = {browser:匹配步骤读取结束