Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 11-23-2017, 06:12 AM   #1
thevyakar
Registered User
 
Join Date: Nov 2017
Location: USA
Posts: 75
Javascript

What is DOM? What is the use of document object?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
thevyakar is offline   Reply With Quote

Old 11-24-2017, 12:18 AM   #2
jackbrain
Registered User
 
Join Date: Nov 2017
Posts: 31
The Document Object Model is a cross-platform and language-independent application programming interface that treats an HTML, XHTML, or XML document as a tree structure wherein each node is an object representing a part of the document.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
jackbrain is offline   Reply With Quote
Old 11-24-2017, 12:51 AM   #3
sevenmpsecond
Registered User
 
Join Date: Nov 2017
Posts: 7
JavaScript and Java are completely different languages, both in concept and design.

JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997.
ECMA-262 is the official name of the standard. ECMAScript is the official name of the language.
JavaScript is one of the 3 languages all web developers must learn:

1. HTML to define the content of web pages

2. CSS to specify the layout of web pages

3. JavaScript to program the behavior of web pages
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
sevenmpsecond is offline   Reply With Quote
Old 11-28-2017, 12:42 AM   #4
seven miles
Registered User
 
Join Date: Nov 2017
Posts: 91
JavaScript, often abbreviated as JS, is a high-level, dynamic, weakly typed, prototype-based, multi-paradigm, and interpreted programming language.
Alongside HTML and CSS, JavaScript is one of the three core technologies of World Wide Web content production.
It is used to make webpages interactive and provide online programs, including video games.
The majority of websites employ it, and all modern web browsers support it without the need for plug-ins by means of a built-in JavaScript engine.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
seven miles is offline   Reply With Quote
Old 11-28-2017, 01:07 AM   #5
ROYCPO
Registered User
 
Join Date: Dec 2015
Location: Bangladesh
Posts: 267
The Document Object Model (DOM) is a programming API for HTML and XML documents.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Outsource
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
providing
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
services all over the world. Expert in
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Service.
ROYCPO is offline   Reply With Quote
Old 11-29-2017, 01:26 AM   #6
AmandaCherry
Registered User
 
Join Date: Nov 2017
Posts: 342
The DOM defines a standard for accessing documents: "The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document." ... HTML DOM - standard model for HTML documents.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
AmandaCherry is offline   Reply With Quote
Old 11-29-2017, 02:36 AM   #7
GeorgeAlbie
Registered User
 
Join Date: Nov 2017
Posts: 156
The Document Object Model (DOM) is a cross-platform and language-independent application programming interface that treats an HTML, XHTML, or XML document as a tree structure wherein each node is an object representing a part of the document. The objects can be manipulated programmatically and any visible.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
GeorgeAlbie is offline   Reply With Quote
Old 12-06-2017, 04:47 AM   #8
thevyakar
Registered User
 
Join Date: Nov 2017
Location: USA
Posts: 75
Thank you all for your replies.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by thevyakar; 12-15-2017 at 02:31 AM..
thevyakar is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
what is javascript ehsanagar Javascript 6 04-18-2017 03:48 AM
How to Implement Interfaces in JavaScript JavaScriptBank Javascript 1 03-30-2014 11:48 PM
Javascript Countdown Timer redirecting Affiliate Links JavaScriptBank Javascript 0 05-20-2013 10:29 PM
40 Super Nice JavaScript Extensions and Plugins JavaScriptBank Javascript 0 04-28-2013 11:14 PM
65 Free JavaScript Photo Gallery Solutions JavaScriptBank Javascript 0 04-15-2013 06:38 PM


All times are GMT -7. The time now is 03:51 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.