用户贡献

Sun的贡献(讨论 | 封禁日志 | 上传 | 日志
跳转至: 导航搜索
搜索贡献
 
 
      
 
   

  • 2019年12月6日 (五) 15:00 (差异 | 历史. . (+3,832). . 案例:放大镜(创建页面,内容为“ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>放大镜</title> <link rel="style…”) (当前)
  • 2019年12月6日 (五) 14:59 (差异 | 历史. . (+2,029). . 案例:table(创建页面,内容为“ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>table</title> <link rel="styleshee…”) (当前)
  • 2019年12月6日 (五) 14:59 (差异 | 历史. . (+914). . 案例:原型(创建页面,内容为“1.对象分为两种,普通对象和函数对象。 2.如何判断对象的数据类型 对象都有属性和方法 prototype本身就是一个对象--原型对象…”) (当前)
  • 2019年12月6日 (五) 14:59 (差异 | 历史. . (+1,109). . 案例:设计模式(创建页面,内容为“什么是设计模式 创建型 工厂模式、单例模式、原型模式 结构型 适配器模式、代理模式 行为型 策略模式、迭代器模式、观察…”) (当前)
  • 2019年12月6日 (五) 14:58 (差异 | 历史. . (+2,753). . 案例:数学对象(创建页面,内容为“Math Math.PI 圆周率 Math.SQRT1_2 返回返回 2 的平方根的倒数(约等于 0.707)。 Math.SQRT2 返回 2 的平方根(约等于 1.414)。 Math.E 返…”) (当前)
  • 2019年12月6日 (五) 14:57 (差异 | 历史. . (+1,025). . 案例:日期(创建页面,内容为“日期对象 创建: new Date() date.toLocaleString()转本地时间 获取 get getFullYear() 返回完整年份 getMonth() 返回月份 0-11 getDate() 返回日 1…”) (当前)
  • 2019年12月6日 (五) 14:57 (差异 | 历史. . (+994). . 案例:排序(创建页面,内容为“算法: 冒泡排序: 概念:比较两个相邻的元素,如果前面的数大于后面数,则交换位置。 循环 次数 12,3,45,34,32,22,8,6,49 比较…”) (当前)
  • 2019年12月6日 (五) 14:56差异 | 历史. . (+182). . Web前端认证javascript (当前)
  • 2019年12月6日 (五) 14:54 (差异 | 历史. . (+1,847). . 案例:折叠框(创建页面,内容为“ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>折叠</title> <style> .co…”) (当前)
  • 2019年12月6日 (五) 14:54差异 | 历史. . (+24). . Web前端认证jquery
  • 2019年12月6日 (五) 14:53 (差异 | 历史. . (+1,324). . Jquery筛选(创建页面,内容为“过滤 • eq() 获取第 N 个元素 • first() 获取第一个元素 • last() 获取最后一个元素 • hasClass() 检查当前的元素是否含有某个特…”) (当前)
  • 2019年12月6日 (五) 14:53差异 | 历史. . (+18). . Web前端认证jquery
  • 2019年12月6日 (五) 14:52 (差异 | 历史. . (+1,787). . Jquery简介(创建页面,内容为“jQuery: 是一个 JavaScript 库,它通过封装原生的 JavaScript 函数得到一整套定义好的方法。 开发 jQuery 库的目的是—(写的少,…”) (当前)
  • 2019年12月6日 (五) 14:51差异 | 历史. . (+18). . Web前端认证jquery
  • 2019年12月6日 (五) 14:50 (差异 | 历史. . (+3,619). . Js跨域(创建页面,内容为“ <!DOCTYPE html> <html> <head> <title>jquery跨域</title> <meta charset="utf-8"> <style> body, ul, h1, h2, h3…”) (当前)
  • 2019年12月6日 (五) 14:49 (差异 | 历史. . (+2,308). . Js ajax(创建页面,内容为“ <!DOCTYPE html> <html> <head> <title>jquery ajax</title> <meta charset="utf-8"> </head> <body> ajax AJAX = 异步 JavaScript 和 XML。 AJAX 是一种用于…”) (当前)
  • 2019年12月6日 (五) 14:48 (差异 | 历史. . (+1,388). . Js停止动画(创建页面,内容为“ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>停止动画</title> <link rel="st…”) (当前)
  • 2019年12月6日 (五) 14:47 (差异 | 历史. . (+724). . Js动画(创建页面,内容为“ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>动画</title> <link rel="styleshe…”) (当前)
  • 2019年12月6日 (五) 14:46 (差异 | 历史. . (+1,420). . Js显示与隐藏(创建页面,内容为“ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>显示与隐藏</title> <link rel=…”) (当前)
  • 2019年12月6日 (五) 14:46 (差异 | 历史. . (+1,013). . Js上卷上拉(创建页面,内容为“ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>上卷下拉</title> <link rel="st…”) (当前)
  • 2019年12月6日 (五) 14:45 (差异 | 历史. . (+1,073). . Js淡入淡出(创建页面,内容为“ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>淡入淡出</title> <link rel="st…”) (当前)
  • 2019年12月6日 (五) 14:44 (差异 | 历史. . (+1,941). . Js选择器(创建页面,内容为“ <!DOCTYPE html> <html> <head> <title>jquery选择器</title> <meta charset="utf-8"> <script src="js/jquery.min.js"></script> </head> <body> 基本选择器 •…”) (当前)
  • 2019年12月6日 (五) 14:41差异 | 历史. . (+178). . Web前端认证
  • 2019年12月6日 (五) 14:36 (差异 | 历史. . (+6,511). . Js事件流(创建页面,内容为“事件流: 分三个阶段:捕获,目标,冒泡 目标阶段:目标元素就是事件源,事件源上的捕获和冒泡是谁写在前面就先执行谁…”) (当前)
  • 2019年12月6日 (五) 14:19 (差异 | 历史. . (+848). . Js事件(创建页面,内容为“绑定事件的方法: 1.onclick: 一个元素上只能绑定一个 this指向dom元素本身 2.obj.addEventListener(type,fn,false); IE9以下不兼容 可以为…”) (当前)
  • 2019年12月6日 (五) 14:18 (差异 | 历史. . (+2,317). . JsDOM(创建页面,内容为“DOM document(文档) object(对象) model(模型) 获取元素的方式: document.getElementById() 1.根据ID获取元素 2.返回一个元素 3.对ID区分大小…”) (当前)
  • 2019年12月6日 (五) 14:18 (差异 | 历史. . (+606). . JsBOM(创建页面,内容为“BOM 浏览器对象模型 window: 直接进入指定的页面,n是数值 n为0,是当前页 n为负数,是返回 n为正数,是前进 --> location: location.hr…”) (当前)
  • 2019年12月6日 (五) 14:17 (差异 | 历史. . (+512). . Js闭包(创建页面,内容为“闭包: 概念:函数与函数相互嵌套的情况,将内部函数保存到外部,能从外部访问内部函数环境下的所有变量 发生时间: 将…”) (当前)
  • 2019年12月6日 (五) 14:17 (差异 | 历史. . (+1,353). . Js预编译(创建页面,内容为“作用域: 全局作用域:最外层定义的变量 局部作用域:只在固定的代码片段内可用,函数外出不可访问 js没有块级作用域,…”) (当前)
  • 2019年12月6日 (五) 14:16差异 | 历史. . (+84). . Web前端认证javascript
  • 2019年12月6日 (五) 14:13 (差异 | 历史. . (+858). . Js对象(创建页面,内容为“对象概念: 1.无序属性的集合 2.属性值原始值,对象或者函数 创建对象: 1.var obj=new Object(); 2.var obj={};---字面量创建方法 添…”)
  • 2019年12月6日 (五) 14:12 (差异 | 历史. . (+707). . Js正则(创建页面,内容为“正则:判断字符串是否符合规则 定义:reg=new RegExp(); reg=//g; 修饰符: i:匹配的时候不区分大小写 g:全局匹配 m: 多行匹配 方…”)
  • 2019年12月6日 (五) 14:07 (差异 | 历史. . (+633). . Js运算符(创建页面,内容为“一元运算符 ++ -- + - ! 算术运算符 + - * / % ++ -- 比较运算符 == === >= <= != !== 逻辑运算符 && || ! 赋值元素符 += -= *= /= = 三元运…”)
  • 2019年12月6日 (五) 14:01 (差异 | 历史. . (+685). . Js数据类型转换(创建页面,内容为“// 转数值方法 Number() 带有字母的字符串值NaN undefined 转NaN 空字符串为0 false为0 null为0 parseInt() 以字母开头的字符串为NaN 布尔…”)
  • 2019年12月6日 (五) 13:59 (差异 | 历史. . (+1,954). . Js数组(创建页面,内容为“数组的定义 概念:数据的集合 声明数组: 1.arr=new Array()//声明空数组 2.arr=new Array(8)//定义一个长度为8的数组 3.arr=new Array(1,12,…”)