HTML
CSS
JavaScript
Vue
React
Python
PHP
Java
.Net
Java9手册
PHP手册
CSS3手册
jQuery手册
HTML DOM Document 对象
HTML DOM 元素对象
HTML DOM 属性对象
HTML DOM 事件对象
<a>
<area>
<base>
<blockquote>
<body>
<button>
<del>
<details>
<embed>
<fieldset>
<form>
<iframe>
<frameset >
<img>
<ins>
<input> - button
<input> - checkbox
<input> - file
<input> - hidden
<input> - password
<input> - radio
<input> - reset
<input> - submit
<input> - text
<keygen>
<link>
<meta>
<meter>
<object>
<ol>
<optgroup>
<option>
<q>
<script>
<select>
<source>
<style>
<table>
<td>
<th>
<tr>
<textarea>
JavaScript 教程
JavaScript 对象
jQuery 教程
JSON 教程
AngularJS 教程
Angular 2 教程
Vue.js 教程
React 教程
jQuery UI 教程
jQuery EasyUI 教程
AJAX 教程
Highcharts 教程
Google Maps API 教程
ES6 教程
TypeScript教程
ES6 标准入门
HTML DOM
parentNode
属性
元素对象
实例
返回<li> 元素父节点:
document.getElementById("item1").parentNode;
尝试一下 »
定义和用法
parentNode 属性可返回某节点的父节点。
如果指定的节点没有父节点则返回
null
。
浏览器支持
所有主要浏览器都支持 parentNode 属性
语法
node
.parentNode
技术细节
返回值:
作为一个节点对象返回父节点。
DOM 版本
Core Level 1 Node Object
元素对象
←
element
.ownerDocument
→
element
.previousSibling