Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 81_getnextsibling.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/81_getnextsibling.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/81_getnextsibling.md
new file mode 100644 (file)
index 0000000..03ff2e2
--- /dev/null
@@ -0,0 +1,10 @@
+---
+title: getNextSibling
+name: node-functions-getnextsibling
+---
+
+Get the next sibling of this node. Returns a node or null.
+
+{% highlight js %}
+var node = node.getNextSibling();
+{% endhighlight %}