SlideShare a Scribd company logo
Java Script
Java Script is one of the 3 languages all web developers must learn:
๏ƒ˜ HTML โ€“ To define the content of webpages
๏ƒ˜ CSS โ€“ To specify the layout (Style) of web pages
๏ƒ˜ JS โ€“ To program the behavior of the webpage.
Introduction to JS
๏ƒ˜ JavaScript is a lightweight, interpreted scripting language with object-
based capabilities that allows you to build interactive HTML pages.
๏ƒ˜ JS designed to add interactivity with HTML pages.
๏ƒ˜ JS is Multi P
๏ƒ˜ aradine.
๏ƒ˜ A JS is usually embedded directly into HTML pages.
๏ƒ˜ JS is an interpreted language (means that scripts execute without
preliminary compilation).
๏ƒ˜ Browser must have built-in (JavaScript) interpreter.
๏ƒ˜ Interpreted, not compiled.
๏ƒ˜ More relaxed syntax and rules
๏‚ท Fewer and โ€œlooserโ€ datatypes
๏‚ท Variables donโ€™t need to be declared
๏ƒ˜ Key construct is the function rather than the class
๏ƒ˜ Contained within a webpage and integrates with its HTML/CSS
content.
๏ƒ˜ It can be used for validation for login.
๏‚ท Are Java and Java Script the same?
๏ƒ˜ They are completely two different languages
๏‚ท The Two scripting languages are:
๏ƒ˜ Client site scripting languages
๏ƒ˜ Server site scripting languages
TO create interactive UI in a webpage
Swapping, rollovers, slideshows, clickable images,
Date time stuff (e.g.: clocks, calenders)
The HTML DOM
(Document Object Model)
๏‚ท When a webpage is loaded, the browser creates a Document Object
Model of the page.
๏‚ท The HTML DOM model is constructed as a tree of objects.
Document
Root element<html>
Left Right
Element <head> Element <body>
Element <title> Attribute โ€œhrefโ€ Element <a> Element <h1>
Text โ€œMy titleโ€ Text: โ€œMy linkโ€ Text: โ€œMy headerโ€
What is the DOM?
The DOM is a W3C (World Wide Web Consortium) standard.
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โ€
DOM
With object model, java script gets all the power it needs to create dynamic
HTML:
Javascript can Change the HTML Content:
One of the many JS HTML methods is getElementsById().
Find an HTML element (with id=โ€demoโ€) and changes the element content
(innerHTML) to โ€œHello JavaScriptโ€:
Example:
Document.getElementById(โ€œdemoโ€).innerHTML=โ€Hello JavaSCriptโ€;
DAY 3
DOM (Document Object Model):
When the object model, JS gets all the power it needs to create dynamic
HTML.
๏ƒ˜ JS can change all the HTML elements in the page.
๏ƒ˜ JS can change all the HTML attributes in the page.
๏ƒ˜ JS can change all the CSS-styles in the page.
๏ƒ˜ JS can change remove existing HTML elements and attributes.
๏ƒ˜ JS can add new HTML elements and attributes.
๏ƒ˜ JS can react to all existing HTML events in the page
๏ƒ˜ JS can create a new HTML events in the page.
The HTML DOM is a standard object model and programming interface for
HTML. It defines:
The HTML elements as objects.
๏‚ท The properties of all HTML elements
๏‚ท The methods to access all HTML elements
๏‚ท The events for all HTML elements.
Class Definition:
๏‚ท Class is a representation of objects. Or class is a mechanism to
create objects.
๏‚ท The class is like a cookie
Ad

More Related Content

Similar to Java Script (20)

DHTML.ppt
DHTML.pptDHTML.ppt
DHTML.ppt
Dr.R.SUGANYA RENGARAJ
ย 
HTML_CSS_JS Workshop
HTML_CSS_JS WorkshopHTML_CSS_JS Workshop
HTML_CSS_JS Workshop
GDSC UofT Mississauga
ย 
Digital Marketing Company
Digital Marketing CompanyDigital Marketing Company
Digital Marketing Company
Payal9675
ย 
Fundamentals of Web building
Fundamentals of Web buildingFundamentals of Web building
Fundamentals of Web building
RC Morales
ย 
Dhtml
DhtmlDhtml
Dhtml
manochitra10
ย 
JavaScript: Implementations And Applications
JavaScript: Implementations And ApplicationsJavaScript: Implementations And Applications
JavaScript: Implementations And Applications
Pragya Pai
ย 
Introduction to mean and mern || Event by DSC UNIDEB
Introduction to mean and mern || Event by DSC UNIDEBIntroduction to mean and mern || Event by DSC UNIDEB
Introduction to mean and mern || Event by DSC UNIDEB
Muhammad Raza
ย 
What is Web designing.docx? What are its components
What is Web designing.docx? What are its componentsWhat is Web designing.docx? What are its components
What is Web designing.docx? What are its components
ManjuGoyal4
ย 
Web Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdf
gdsczhcet
ย 
GDG-USAR Tech winter break 2024 USAR.pdf
GDG-USAR Tech winter break 2024 USAR.pdfGDG-USAR Tech winter break 2024 USAR.pdf
GDG-USAR Tech winter break 2024 USAR.pdf
raiaryan174
ย 
dfsaifhwfsadhfrsfadfgfdgaflksfsjfksdhdfhsdfh
dfsaifhwfsadhfrsfadfgfdgaflksfsjfksdhdfhsdfhdfsaifhwfsadhfrsfadfgfdgaflksfsjfksdhdfhsdfh
dfsaifhwfsadhfrsfadfgfdgaflksfsjfksdhdfhsdfh
KYashwantRao1
ย 
Training presentation
Training presentationTraining presentation
Training presentation
Tayseer_Emam
ย 
Javascripts. pptt
Javascripts. ppttJavascripts. pptt
Javascripts. pptt
RaviShankarSinghal
ย 
Overview of PHP and MYSQL
Overview of PHP and MYSQLOverview of PHP and MYSQL
Overview of PHP and MYSQL
Deblina Chowdhury
ย 
Introduction to Java script for web .pptx
Introduction to Java script for web .pptxIntroduction to Java script for web .pptx
Introduction to Java script for web .pptx
FahimMousa
ย 
Web Development Introduction to jQuery
Web Development Introduction to jQueryWeb Development Introduction to jQuery
Web Development Introduction to jQuery
Laurence Svekis โœ”
ย 
Web designing and development
Web designing and developmentWeb designing and development
Web designing and development
SHIVANI CHANDEL
ย 
NM_JS_Presentation6363625241424242442442
NM_JS_Presentation6363625241424242442442NM_JS_Presentation6363625241424242442442
NM_JS_Presentation6363625241424242442442
vallichandran1302
ย 
Ultimate Skills Checklist for Your First Front-End Developer Job
Ultimate Skills Checklist for Your First Front-End Developer JobUltimate Skills Checklist for Your First Front-End Developer Job
Ultimate Skills Checklist for Your First Front-End Developer Job
Brenna Van Norman
ย 
Frontend Interview Questions PDF By ScholarHat
Frontend Interview Questions PDF By ScholarHatFrontend Interview Questions PDF By ScholarHat
Frontend Interview Questions PDF By ScholarHat
Scholarhat
ย 
Digital Marketing Company
Digital Marketing CompanyDigital Marketing Company
Digital Marketing Company
Payal9675
ย 
Fundamentals of Web building
Fundamentals of Web buildingFundamentals of Web building
Fundamentals of Web building
RC Morales
ย 
JavaScript: Implementations And Applications
JavaScript: Implementations And ApplicationsJavaScript: Implementations And Applications
JavaScript: Implementations And Applications
Pragya Pai
ย 
Introduction to mean and mern || Event by DSC UNIDEB
Introduction to mean and mern || Event by DSC UNIDEBIntroduction to mean and mern || Event by DSC UNIDEB
Introduction to mean and mern || Event by DSC UNIDEB
Muhammad Raza
ย 
What is Web designing.docx? What are its components
What is Web designing.docx? What are its componentsWhat is Web designing.docx? What are its components
What is Web designing.docx? What are its components
ManjuGoyal4
ย 
Web Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdf
gdsczhcet
ย 
GDG-USAR Tech winter break 2024 USAR.pdf
GDG-USAR Tech winter break 2024 USAR.pdfGDG-USAR Tech winter break 2024 USAR.pdf
GDG-USAR Tech winter break 2024 USAR.pdf
raiaryan174
ย 
dfsaifhwfsadhfrsfadfgfdgaflksfsjfksdhdfhsdfh
dfsaifhwfsadhfrsfadfgfdgaflksfsjfksdhdfhsdfhdfsaifhwfsadhfrsfadfgfdgaflksfsjfksdhdfhsdfh
dfsaifhwfsadhfrsfadfgfdgaflksfsjfksdhdfhsdfh
KYashwantRao1
ย 
Training presentation
Training presentationTraining presentation
Training presentation
Tayseer_Emam
ย 
Overview of PHP and MYSQL
Overview of PHP and MYSQLOverview of PHP and MYSQL
Overview of PHP and MYSQL
Deblina Chowdhury
ย 
Introduction to Java script for web .pptx
Introduction to Java script for web .pptxIntroduction to Java script for web .pptx
Introduction to Java script for web .pptx
FahimMousa
ย 
Web Development Introduction to jQuery
Web Development Introduction to jQueryWeb Development Introduction to jQuery
Web Development Introduction to jQuery
Laurence Svekis โœ”
ย 
Web designing and development
Web designing and developmentWeb designing and development
Web designing and development
SHIVANI CHANDEL
ย 
NM_JS_Presentation6363625241424242442442
NM_JS_Presentation6363625241424242442442NM_JS_Presentation6363625241424242442442
NM_JS_Presentation6363625241424242442442
vallichandran1302
ย 
Ultimate Skills Checklist for Your First Front-End Developer Job
Ultimate Skills Checklist for Your First Front-End Developer JobUltimate Skills Checklist for Your First Front-End Developer Job
Ultimate Skills Checklist for Your First Front-End Developer Job
Brenna Van Norman
ย 
Frontend Interview Questions PDF By ScholarHat
Frontend Interview Questions PDF By ScholarHatFrontend Interview Questions PDF By ScholarHat
Frontend Interview Questions PDF By ScholarHat
Scholarhat
ย 

Recently uploaded (20)

๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป๐—ถ๐—ป๐—ด ๐—ณ๐—ผ๐—ฟ ๐—ฎ๐—น๐—น: ๐—œ๐—ป๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ ๐—ณ๐—ผ๐—ฟ ๐—•๐—ฒ๐˜๐˜๐—ฒ๐—ฟ ๐—˜๐˜…๐—ฝ๐—ฒ๐—ฟ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ๐˜€
๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป๐—ถ๐—ป๐—ด ๐—ณ๐—ผ๐—ฟ ๐—ฎ๐—น๐—น: ๐—œ๐—ป๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ ๐—ณ๐—ผ๐—ฟ ๐—•๐—ฒ๐˜๐˜๐—ฒ๐—ฟ ๐—˜๐˜…๐—ฝ๐—ฒ๐—ฟ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ๐˜€๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป๐—ถ๐—ป๐—ด ๐—ณ๐—ผ๐—ฟ ๐—ฎ๐—น๐—น: ๐—œ๐—ป๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ ๐—ณ๐—ผ๐—ฟ ๐—•๐—ฒ๐˜๐˜๐—ฒ๐—ฟ ๐—˜๐˜…๐—ฝ๐—ฒ๐—ฟ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ๐˜€
๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป๐—ถ๐—ป๐—ด ๐—ณ๐—ผ๐—ฟ ๐—ฎ๐—น๐—น: ๐—œ๐—ป๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ ๐—ณ๐—ผ๐—ฟ ๐—•๐—ฒ๐˜๐˜๐—ฒ๐—ฟ ๐—˜๐˜…๐—ฝ๐—ฒ๐—ฟ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ๐˜€
Friends of Figm a, Sydney
ย 
The Irrational City | Unseen Forces of Placemaking
The Irrational City | Unseen Forces of PlacemakingThe Irrational City | Unseen Forces of Placemaking
The Irrational City | Unseen Forces of Placemaking
Leanne Munyori
ย 
Minimalist Pitch Deck by slide Slidesgo.pptx
Minimalist Pitch Deck by slide Slidesgo.pptxMinimalist Pitch Deck by slide Slidesgo.pptx
Minimalist Pitch Deck by slide Slidesgo.pptx
ESTEFANOANDREYGARCIA
ย 
DOC-20250121-WA0008._20250121_105938_0000.pptx
DOC-20250121-WA0008._20250121_105938_0000.pptxDOC-20250121-WA0008._20250121_105938_0000.pptx
DOC-20250121-WA0008._20250121_105938_0000.pptx
laugolac31
ย 
interpolacrcrdcrdrcrdctctfct frfctfction.ppt
interpolacrcrdcrdrcrdctctfct frfctfction.pptinterpolacrcrdcrdrcrdctctfct frfctfction.ppt
interpolacrcrdcrdrcrdctctfct frfctfction.ppt
pawan070201
ย 
Lori Vanzant Portfolio. Please take a look !
Lori Vanzant  Portfolio. Please take a look !Lori Vanzant  Portfolio. Please take a look !
Lori Vanzant Portfolio. Please take a look !
vanzan01
ย 
Are you Transitioning or Refining Now..?
Are you Transitioning or Refining Now..?Are you Transitioning or Refining Now..?
Are you Transitioning or Refining Now..?
Gregory Vigneaux
ย 
4K Video Downloader Crack (2025) + License Key Free
4K Video Downloader Crack (2025) + License Key Free4K Video Downloader Crack (2025) + License Key Free
4K Video Downloader Crack (2025) + License Key Free
Designer
ย 
Naan mudalvan assignment for students_064143.pptx
Naan mudalvan assignment for  students_064143.pptxNaan mudalvan assignment for  students_064143.pptx
Naan mudalvan assignment for students_064143.pptx
NaziaFarheen13
ย 
2nd taxonomy, nomen microorganisms-.pptx
2nd  taxonomy, nomen  microorganisms-.pptx2nd  taxonomy, nomen  microorganisms-.pptx
2nd taxonomy, nomen microorganisms-.pptx
ayeleasefa2
ย 
behiriskfactorsxyzkskeb210217133906 (1).pdf
behiriskfactorsxyzkskeb210217133906 (1).pdfbehiriskfactorsxyzkskeb210217133906 (1).pdf
behiriskfactorsxyzkskeb210217133906 (1).pdf
ShakibulHasan14
ย 
PayPros-Journey-Overcoming-Challenges-Through-Governance.pptx
PayPros-Journey-Overcoming-Challenges-Through-Governance.pptxPayPros-Journey-Overcoming-Challenges-Through-Governance.pptx
PayPros-Journey-Overcoming-Challenges-Through-Governance.pptx
rayyansiddiqui034
ย 
dFdDVWeb_Design_Basics_Presentation.pptx
dFdDVWeb_Design_Basics_Presentation.pptxdFdDVWeb_Design_Basics_Presentation.pptx
dFdDVWeb_Design_Basics_Presentation.pptx
AKSHAYKAMBLE806728
ย 
Flowers Coloring Pages Activity Worksheet in Black and White Illustrative Style
Flowers Coloring Pages Activity Worksheet in Black and White Illustrative StyleFlowers Coloring Pages Activity Worksheet in Black and White Illustrative Style
Flowers Coloring Pages Activity Worksheet in Black and White Illustrative Style
Likazelika
ย 
Doodle Table of Contents Infographics by Slidesgo.pptx
Doodle Table of Contents Infographics by Slidesgo.pptxDoodle Table of Contents Infographics by Slidesgo.pptx
Doodle Table of Contents Infographics by Slidesgo.pptx
binhyennghlu
ย 
Report Writing PPT.pptxcvdbfbdbfvvdvfvfbfbgngn
Report Writing PPT.pptxcvdbfbdbfvvdvfvfbfbgngnReport Writing PPT.pptxcvdbfbdbfvvdvfvfbfbgngn
Report Writing PPT.pptxcvdbfbdbfvvdvfvfbfbgngn
yousafmuzammil19
ย 
325295919-AAC-Blocks-Seminar-Presentation.pdf
325295919-AAC-Blocks-Seminar-Presentation.pdf325295919-AAC-Blocks-Seminar-Presentation.pdf
325295919-AAC-Blocks-Seminar-Presentation.pdf
shivsin165
ย 
Emirates Agriculture Prensentation Badges GOLD.pdf
Emirates Agriculture Prensentation Badges GOLD.pdfEmirates Agriculture Prensentation Badges GOLD.pdf
Emirates Agriculture Prensentation Badges GOLD.pdf
asfianoor1
ย 
Designing Interactive and Engaging Museum Exhibits
Designing Interactive and Engaging Museum ExhibitsDesigning Interactive and Engaging Museum Exhibits
Designing Interactive and Engaging Museum Exhibits
Peach Prime Consultancy
ย 
19 Best B,u,y Verified Cash App Accounts
19 Best B,u,y Verified Cash App Accounts19 Best B,u,y Verified Cash App Accounts
19 Best B,u,y Verified Cash App Accounts
https://sellsusa.com/product/buy-verified-cash-app-accounts/
ย 
๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป๐—ถ๐—ป๐—ด ๐—ณ๐—ผ๐—ฟ ๐—ฎ๐—น๐—น: ๐—œ๐—ป๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ ๐—ณ๐—ผ๐—ฟ ๐—•๐—ฒ๐˜๐˜๐—ฒ๐—ฟ ๐—˜๐˜…๐—ฝ๐—ฒ๐—ฟ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ๐˜€
๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป๐—ถ๐—ป๐—ด ๐—ณ๐—ผ๐—ฟ ๐—ฎ๐—น๐—น: ๐—œ๐—ป๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ ๐—ณ๐—ผ๐—ฟ ๐—•๐—ฒ๐˜๐˜๐—ฒ๐—ฟ ๐—˜๐˜…๐—ฝ๐—ฒ๐—ฟ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ๐˜€๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป๐—ถ๐—ป๐—ด ๐—ณ๐—ผ๐—ฟ ๐—ฎ๐—น๐—น: ๐—œ๐—ป๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ ๐—ณ๐—ผ๐—ฟ ๐—•๐—ฒ๐˜๐˜๐—ฒ๐—ฟ ๐—˜๐˜…๐—ฝ๐—ฒ๐—ฟ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ๐˜€
๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป๐—ถ๐—ป๐—ด ๐—ณ๐—ผ๐—ฟ ๐—ฎ๐—น๐—น: ๐—œ๐—ป๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ ๐—ณ๐—ผ๐—ฟ ๐—•๐—ฒ๐˜๐˜๐—ฒ๐—ฟ ๐—˜๐˜…๐—ฝ๐—ฒ๐—ฟ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ๐˜€
Friends of Figm a, Sydney
ย 
The Irrational City | Unseen Forces of Placemaking
The Irrational City | Unseen Forces of PlacemakingThe Irrational City | Unseen Forces of Placemaking
The Irrational City | Unseen Forces of Placemaking
Leanne Munyori
ย 
Minimalist Pitch Deck by slide Slidesgo.pptx
Minimalist Pitch Deck by slide Slidesgo.pptxMinimalist Pitch Deck by slide Slidesgo.pptx
Minimalist Pitch Deck by slide Slidesgo.pptx
ESTEFANOANDREYGARCIA
ย 
DOC-20250121-WA0008._20250121_105938_0000.pptx
DOC-20250121-WA0008._20250121_105938_0000.pptxDOC-20250121-WA0008._20250121_105938_0000.pptx
DOC-20250121-WA0008._20250121_105938_0000.pptx
laugolac31
ย 
interpolacrcrdcrdrcrdctctfct frfctfction.ppt
interpolacrcrdcrdrcrdctctfct frfctfction.pptinterpolacrcrdcrdrcrdctctfct frfctfction.ppt
interpolacrcrdcrdrcrdctctfct frfctfction.ppt
pawan070201
ย 
Lori Vanzant Portfolio. Please take a look !
Lori Vanzant  Portfolio. Please take a look !Lori Vanzant  Portfolio. Please take a look !
Lori Vanzant Portfolio. Please take a look !
vanzan01
ย 
Are you Transitioning or Refining Now..?
Are you Transitioning or Refining Now..?Are you Transitioning or Refining Now..?
Are you Transitioning or Refining Now..?
Gregory Vigneaux
ย 
4K Video Downloader Crack (2025) + License Key Free
4K Video Downloader Crack (2025) + License Key Free4K Video Downloader Crack (2025) + License Key Free
4K Video Downloader Crack (2025) + License Key Free
Designer
ย 
Naan mudalvan assignment for students_064143.pptx
Naan mudalvan assignment for  students_064143.pptxNaan mudalvan assignment for  students_064143.pptx
Naan mudalvan assignment for students_064143.pptx
NaziaFarheen13
ย 
2nd taxonomy, nomen microorganisms-.pptx
2nd  taxonomy, nomen  microorganisms-.pptx2nd  taxonomy, nomen  microorganisms-.pptx
2nd taxonomy, nomen microorganisms-.pptx
ayeleasefa2
ย 
behiriskfactorsxyzkskeb210217133906 (1).pdf
behiriskfactorsxyzkskeb210217133906 (1).pdfbehiriskfactorsxyzkskeb210217133906 (1).pdf
behiriskfactorsxyzkskeb210217133906 (1).pdf
ShakibulHasan14
ย 
PayPros-Journey-Overcoming-Challenges-Through-Governance.pptx
PayPros-Journey-Overcoming-Challenges-Through-Governance.pptxPayPros-Journey-Overcoming-Challenges-Through-Governance.pptx
PayPros-Journey-Overcoming-Challenges-Through-Governance.pptx
rayyansiddiqui034
ย 
dFdDVWeb_Design_Basics_Presentation.pptx
dFdDVWeb_Design_Basics_Presentation.pptxdFdDVWeb_Design_Basics_Presentation.pptx
dFdDVWeb_Design_Basics_Presentation.pptx
AKSHAYKAMBLE806728
ย 
Flowers Coloring Pages Activity Worksheet in Black and White Illustrative Style
Flowers Coloring Pages Activity Worksheet in Black and White Illustrative StyleFlowers Coloring Pages Activity Worksheet in Black and White Illustrative Style
Flowers Coloring Pages Activity Worksheet in Black and White Illustrative Style
Likazelika
ย 
Doodle Table of Contents Infographics by Slidesgo.pptx
Doodle Table of Contents Infographics by Slidesgo.pptxDoodle Table of Contents Infographics by Slidesgo.pptx
Doodle Table of Contents Infographics by Slidesgo.pptx
binhyennghlu
ย 
Report Writing PPT.pptxcvdbfbdbfvvdvfvfbfbgngn
Report Writing PPT.pptxcvdbfbdbfvvdvfvfbfbgngnReport Writing PPT.pptxcvdbfbdbfvvdvfvfbfbgngn
Report Writing PPT.pptxcvdbfbdbfvvdvfvfbfbgngn
yousafmuzammil19
ย 
325295919-AAC-Blocks-Seminar-Presentation.pdf
325295919-AAC-Blocks-Seminar-Presentation.pdf325295919-AAC-Blocks-Seminar-Presentation.pdf
325295919-AAC-Blocks-Seminar-Presentation.pdf
shivsin165
ย 
Emirates Agriculture Prensentation Badges GOLD.pdf
Emirates Agriculture Prensentation Badges GOLD.pdfEmirates Agriculture Prensentation Badges GOLD.pdf
Emirates Agriculture Prensentation Badges GOLD.pdf
asfianoor1
ย 
Designing Interactive and Engaging Museum Exhibits
Designing Interactive and Engaging Museum ExhibitsDesigning Interactive and Engaging Museum Exhibits
Designing Interactive and Engaging Museum Exhibits
Peach Prime Consultancy
ย 
Ad

Java Script

  • 1. Java Script Java Script is one of the 3 languages all web developers must learn: ๏ƒ˜ HTML โ€“ To define the content of webpages ๏ƒ˜ CSS โ€“ To specify the layout (Style) of web pages ๏ƒ˜ JS โ€“ To program the behavior of the webpage. Introduction to JS ๏ƒ˜ JavaScript is a lightweight, interpreted scripting language with object- based capabilities that allows you to build interactive HTML pages. ๏ƒ˜ JS designed to add interactivity with HTML pages. ๏ƒ˜ JS is Multi P ๏ƒ˜ aradine. ๏ƒ˜ A JS is usually embedded directly into HTML pages. ๏ƒ˜ JS is an interpreted language (means that scripts execute without preliminary compilation). ๏ƒ˜ Browser must have built-in (JavaScript) interpreter. ๏ƒ˜ Interpreted, not compiled. ๏ƒ˜ More relaxed syntax and rules ๏‚ท Fewer and โ€œlooserโ€ datatypes ๏‚ท Variables donโ€™t need to be declared ๏ƒ˜ Key construct is the function rather than the class ๏ƒ˜ Contained within a webpage and integrates with its HTML/CSS content. ๏ƒ˜ It can be used for validation for login. ๏‚ท Are Java and Java Script the same? ๏ƒ˜ They are completely two different languages ๏‚ท The Two scripting languages are: ๏ƒ˜ Client site scripting languages ๏ƒ˜ Server site scripting languages TO create interactive UI in a webpage Swapping, rollovers, slideshows, clickable images, Date time stuff (e.g.: clocks, calenders)
  • 2. The HTML DOM (Document Object Model) ๏‚ท When a webpage is loaded, the browser creates a Document Object Model of the page. ๏‚ท The HTML DOM model is constructed as a tree of objects. Document Root element<html> Left Right Element <head> Element <body> Element <title> Attribute โ€œhrefโ€ Element <a> Element <h1> Text โ€œMy titleโ€ Text: โ€œMy linkโ€ Text: โ€œMy headerโ€ What is the DOM? The DOM is a W3C (World Wide Web Consortium) standard. 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โ€ DOM With object model, java script gets all the power it needs to create dynamic HTML: Javascript can Change the HTML Content:
  • 3. One of the many JS HTML methods is getElementsById(). Find an HTML element (with id=โ€demoโ€) and changes the element content (innerHTML) to โ€œHello JavaScriptโ€: Example: Document.getElementById(โ€œdemoโ€).innerHTML=โ€Hello JavaSCriptโ€; DAY 3 DOM (Document Object Model): When the object model, JS gets all the power it needs to create dynamic HTML. ๏ƒ˜ JS can change all the HTML elements in the page. ๏ƒ˜ JS can change all the HTML attributes in the page. ๏ƒ˜ JS can change all the CSS-styles in the page. ๏ƒ˜ JS can change remove existing HTML elements and attributes. ๏ƒ˜ JS can add new HTML elements and attributes. ๏ƒ˜ JS can react to all existing HTML events in the page ๏ƒ˜ JS can create a new HTML events in the page. The HTML DOM is a standard object model and programming interface for HTML. It defines: The HTML elements as objects. ๏‚ท The properties of all HTML elements ๏‚ท The methods to access all HTML elements ๏‚ท The events for all HTML elements. Class Definition: ๏‚ท Class is a representation of objects. Or class is a mechanism to create objects. ๏‚ท The class is like a cookie