Javascript Help: DOCUMENT Object

JavaScript can be used to access a number of DOM (Document Object Model) Objects. Here is the DOCUMENT object and it's internals.

Tip: This example uses a small script library to expose the properties and methods of a passed object. You can use it from where it lives on the web during your own development, or download it and tweak to suite your needs. View the source of expose.js for additional info. Here's an example of it's usage:

<script src="https://esqsoft.com/tools/expose.js"></script> <script>expose(document)</script>

Related Keywords: javascript, document, object, expose, method