This Post is a continuation of my previous posts ie Adding Nodes and Deleting Nodes. IN this post i am tell how you can add nodes between any two nodes.
Showing posts with label DOM. Show all posts
Showing posts with label DOM. Show all posts
2/5/11
1/24/11
Working with DOM , nodes and Objects (part 2) : Deleting Nodes
As my last post of DOM was on Adding nodes here is a post that will help you in deleting the last entered node. ie DELETING Nodes.
1/17/11
Working with DOM , nodes and Objects (part 1) : Adding Nodes
JavaScript is an Object Oriented Programming (OOP) language.
An OOP language allows you to define your own objects and make your own variable types.
Note that an object is just a special kind of data. An object has properties and methods.
The HTML DOM defines a standard set of objects for HTML, and a standard way to access and manipulate HTML documents.