js css 词汇列表

来源:互联网 发布:淘宝详情页模板代码 编辑:程序博客网 时间:2024/06/07 23:15

JS:

getComputedStyle:

replace:

contenteditable:

caller: function.caller//

stopPropagation:event.stopPropagation();// 阻止事件冒泡

preventDefault:event.preventDefault(); //阻止默认行为 ( 表单提交 )  return false效果一样

toLowerCase:

window.orientation:

instanceof:

constructor:

CSS:

pointer-events:如果你已经设置一个元素的css属性为pointer-events: none。它将不会捕获任何click事件,而是让事件穿过该元素到达下面的元素

原创粉丝点击