JavaScript and jQuery Fundamentals

BG Java EE Course
BG Java EE Course Manager, Technical Training at BG Java EE Course
[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object]
CSS
JavaScript
DOM
[object Object],[object Object]
Background (color, image, position, repeat)
Position and layout (of any object on the page) ,[object Object],[object Object]
[object Object],[object Object]
Can be used as object-oriented language ,[object Object],[object Object]
Interpreted by the Web browser ,[object Object]
Powerful to manipulate the DOM
[object Object],[object Object]
React to user actions, e. g. handle key press
Changing an image on moving mouse over it
Sections of a page appearing and disappearing
Performing complex calculations
Custom HTML controls, e.g. scrollable table ,[object Object],[object Object]
Content loading and changing dynamically
[object Object],[object Object]
Can read and write HTML elements and modify the DOM tree
Can validate form data
Can access / modify browser cookies
Can detect the user’s browser and OS
Can be used as object-oriented language
Can handle exceptions
Can perform asynchronous server calls (AJAX)
[object Object],[object Object]
<body>
<script type=&quot;text/javascript&quot;>
alert('Hello JavaScript!');
</script>
</body>
</html>
[object Object],[object Object]
<body>
<script type=&quot;text/javascript&quot;>
document.write('JavaScript rulez!');
</script>
</body>
</html>
[object Object],[object Object]
<script> tag in the body – not recommended
External files, linked via <script> tag the head
Files usually have .js extension
Highly recommended
The .js files get cached by the browser ,[object Object]
</script>
[object Object],[object Object]
Some statements just define functions that can be called later ,[object Object],[object Object],[object Object]
[object Object],[object Object]
<html>
<head>
<script type=&quot;text/javascript&quot;>
function test (message) {
alert(message);
}
</script>
</head>
<body>
<img src=&quot;logo.gif&quot;
onclick=&quot;test('clicked!')&quot; />
</body>
</html>
[object Object],[object Object]
<head>
<script src=&quot;sample.js&quot; type=&quot;text/javascript&quot;>
<!--  The <script> tag is always empty.  -->
</script>
</head>
<body>
<button onclick=&quot;sample()&quot; value=&quot;Call JavaScript
function from sample.js&quot; />
</body>
</html> ,[object Object]
alert('Hello from sample.js!')
} ,[object Object]
External JavaScript file:
[object Object]
[object Object],[object Object]
1 of 80

Recommended

Rich faces by
Rich facesRich faces
Rich facesBG Java EE Course
6.3K views80 slides
Unified Expression Language by
Unified Expression LanguageUnified Expression Language
Unified Expression LanguageBG Java EE Course
4.2K views29 slides
Web Applications and Deployment by
Web Applications and DeploymentWeb Applications and Deployment
Web Applications and DeploymentBG Java EE Course
3.7K views25 slides
JSP Custom Tags by
JSP Custom TagsJSP Custom Tags
JSP Custom TagsBG Java EE Course
5.3K views21 slides
A quick guide to Css and java script by
A quick guide to Css and  java scriptA quick guide to Css and  java script
A quick guide to Css and java scriptAVINASH KUMAR
712 views83 slides
Web programming by
Web programmingWeb programming
Web programmingLeo Mark Villar
622 views63 slides

More Related Content

What's hot

DIWE - Coding HTML for Basic Web Designing by
DIWE - Coding HTML for Basic Web DesigningDIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web DesigningRasan Samarasinghe
2.3K views80 slides
Introduction to Sightly by
Introduction to SightlyIntroduction to Sightly
Introduction to SightlyAnkit Gubrani
908 views25 slides
Html JavaScript and CSS by
Html JavaScript and CSSHtml JavaScript and CSS
Html JavaScript and CSSRadhe Krishna Rajan
12.9K views60 slides
JavaScript Workshop by
JavaScript WorkshopJavaScript Workshop
JavaScript WorkshopPamela Fox
3.4K views26 slides
Boston Computing Review - Java Server Pages by
Boston Computing Review - Java Server PagesBoston Computing Review - Java Server Pages
Boston Computing Review - Java Server PagesJohn Brunswick
630 views38 slides
Jsp 01 by
Jsp 01Jsp 01
Jsp 01Subhasis Nayak
1K views36 slides

What's hot(20)

DIWE - Coding HTML for Basic Web Designing by Rasan Samarasinghe
DIWE - Coding HTML for Basic Web DesigningDIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web Designing
Rasan Samarasinghe2.3K views
JavaScript Workshop by Pamela Fox
JavaScript WorkshopJavaScript Workshop
JavaScript Workshop
Pamela Fox3.4K views
Boston Computing Review - Java Server Pages by John Brunswick
Boston Computing Review - Java Server PagesBoston Computing Review - Java Server Pages
Boston Computing Review - Java Server Pages
John Brunswick630 views
AJAX Workshop Notes by Pamela Fox
AJAX Workshop NotesAJAX Workshop Notes
AJAX Workshop Notes
Pamela Fox997 views
JSP Standart Tag Lİbrary - JSTL by seleciii44
JSP Standart Tag Lİbrary - JSTLJSP Standart Tag Lİbrary - JSTL
JSP Standart Tag Lİbrary - JSTL
seleciii443.7K views
JSP Standard Tag Library by Ilio Catallo
JSP Standard Tag LibraryJSP Standard Tag Library
JSP Standard Tag Library
Ilio Catallo5.8K views
The Django Web Application Framework 2 by fishwarter
The Django Web Application Framework 2The Django Web Application Framework 2
The Django Web Application Framework 2
fishwarter7.7K views
HTML/CSS/java Script/Jquery by FAKHRUN NISHA
HTML/CSS/java Script/JqueryHTML/CSS/java Script/Jquery
HTML/CSS/java Script/Jquery
FAKHRUN NISHA2.4K views
jstl ( jsp standard tag library ) by Adarsh Patel
jstl ( jsp standard tag library )jstl ( jsp standard tag library )
jstl ( jsp standard tag library )
Adarsh Patel2.7K views
HTML 5 Step By Step - Ebook by Scottperrone
HTML 5 Step By Step - EbookHTML 5 Step By Step - Ebook
HTML 5 Step By Step - Ebook
Scottperrone18.3K views

Viewers also liked

jQuery Fundamentals by
jQuery FundamentalsjQuery Fundamentals
jQuery FundamentalsGil Fink
5.4K views38 slides
CSS Fundamentals by
CSS FundamentalsCSS Fundamentals
CSS FundamentalsRay Villalobos
5.5K views22 slides
Less & RequireJS - Frontend Development in Magento 2 by
Less & RequireJS - Frontend Development in Magento 2Less & RequireJS - Frontend Development in Magento 2
Less & RequireJS - Frontend Development in Magento 2Arjen Miedema
1.8K views27 slides
Magento 2 performance - a benchmark by
Magento 2 performance - a benchmarkMagento 2 performance - a benchmark
Magento 2 performance - a benchmarkByte
2.4K views14 slides
Front End Development in Magento by
Front End Development in MagentoFront End Development in Magento
Front End Development in MagentoEric Landmann
17K views44 slides
How to create theme in Magento 2 - Part 2 by
How to create theme in Magento 2 - Part 2How to create theme in Magento 2 - Part 2
How to create theme in Magento 2 - Part 2Magestore
49.9K views29 slides

Viewers also liked(10)

jQuery Fundamentals by Gil Fink
jQuery FundamentalsjQuery Fundamentals
jQuery Fundamentals
Gil Fink5.4K views
Less & RequireJS - Frontend Development in Magento 2 by Arjen Miedema
Less & RequireJS - Frontend Development in Magento 2Less & RequireJS - Frontend Development in Magento 2
Less & RequireJS - Frontend Development in Magento 2
Arjen Miedema1.8K views
Magento 2 performance - a benchmark by Byte
Magento 2 performance - a benchmarkMagento 2 performance - a benchmark
Magento 2 performance - a benchmark
Byte2.4K views
Front End Development in Magento by Eric Landmann
Front End Development in MagentoFront End Development in Magento
Front End Development in Magento
Eric Landmann17K views
How to create theme in Magento 2 - Part 2 by Magestore
How to create theme in Magento 2 - Part 2How to create theme in Magento 2 - Part 2
How to create theme in Magento 2 - Part 2
Magestore49.9K views
Madison PHP - Getting Started with Magento 2 by Mathew Beane
Madison PHP - Getting Started with Magento 2Madison PHP - Getting Started with Magento 2
Madison PHP - Getting Started with Magento 2
Mathew Beane4.7K views
How To Create Theme in Magento 2 - Part 1 by Magestore
How To Create Theme in Magento 2 - Part 1How To Create Theme in Magento 2 - Part 1
How To Create Theme in Magento 2 - Part 1
Magestore72.1K views
Html / CSS Presentation by Shawn Calvert
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
Shawn Calvert78.9K views

Similar to JavaScript and jQuery Fundamentals

JavaScript by
JavaScriptJavaScript
JavaScriptDoncho Minkov
2.4K views70 slides
Jquery 1 by
Jquery 1Jquery 1
Jquery 1Manish Kumar Singh
816 views35 slides
Jscript Fundamentals by
Jscript FundamentalsJscript Fundamentals
Jscript Fundamentalsrspaike
621 views40 slides
Java script final presentation by
Java script final presentationJava script final presentation
Java script final presentationAdhoura Academy
3.8K views51 slides
PHP MySQL by
PHP MySQLPHP MySQL
PHP MySQLMd. Sirajus Salayhin
2.6K views29 slides
Open Source Package PHP & MySQL by
Open Source Package PHP & MySQLOpen Source Package PHP & MySQL
Open Source Package PHP & MySQLkalaisai
5.7K views29 slides

Similar to JavaScript and jQuery Fundamentals(20)

Jscript Fundamentals by rspaike
Jscript FundamentalsJscript Fundamentals
Jscript Fundamentals
rspaike621 views
Java script final presentation by Adhoura Academy
Java script final presentationJava script final presentation
Java script final presentation
Adhoura Academy3.8K views
Open Source Package PHP & MySQL by kalaisai
Open Source Package PHP & MySQLOpen Source Package PHP & MySQL
Open Source Package PHP & MySQL
kalaisai5.7K views
Open Source Package Php Mysql 1228203701094763 9 by isadorta
Open Source Package Php Mysql 1228203701094763 9Open Source Package Php Mysql 1228203701094763 9
Open Source Package Php Mysql 1228203701094763 9
isadorta1.5K views
Javascript by mussawir20
JavascriptJavascript
Javascript
mussawir204.5K views
Basics of Java Script (JS) by Ajay Khatri
Basics of Java Script (JS)Basics of Java Script (JS)
Basics of Java Script (JS)
Ajay Khatri543 views
Internet Technology and its Applications by amichoksi
Internet Technology and its ApplicationsInternet Technology and its Applications
Internet Technology and its Applications
amichoksi5.4K views
Lecture 5 - Comm Lab: Web @ ITP by yucefmerhi
Lecture 5 - Comm Lab: Web @ ITPLecture 5 - Comm Lab: Web @ ITP
Lecture 5 - Comm Lab: Web @ ITP
yucefmerhi1.4K views
Introduction To Groovy 2005 by Tugdual Grall
Introduction To Groovy 2005Introduction To Groovy 2005
Introduction To Groovy 2005
Tugdual Grall856 views
Javascript: Ajax & DOM Manipulation v1.2 by borkweb
Javascript: Ajax & DOM Manipulation v1.2Javascript: Ajax & DOM Manipulation v1.2
Javascript: Ajax & DOM Manipulation v1.2
borkweb2.3K views
Advisor Jumpstart: JavaScript by dominion
Advisor Jumpstart: JavaScriptAdvisor Jumpstart: JavaScript
Advisor Jumpstart: JavaScript
dominion1.2K views
course slides -- powerpoint by webhostingguy
course slides -- powerpointcourse slides -- powerpoint
course slides -- powerpoint
webhostingguy1.8K views
Introduction to javaScript by Neil Ghosh
Introduction to javaScriptIntroduction to javaScript
Introduction to javaScript
Neil Ghosh1K views

More from BG Java EE Course

Java Server Faces (JSF) - advanced by
Java Server Faces (JSF) - advancedJava Server Faces (JSF) - advanced
Java Server Faces (JSF) - advancedBG Java EE Course
64.1K views55 slides
Java Server Faces (JSF) - Basics by
Java Server Faces (JSF) - BasicsJava Server Faces (JSF) - Basics
Java Server Faces (JSF) - BasicsBG Java EE Course
12.3K views63 slides
JSTL by
JSTLJSTL
JSTLBG Java EE Course
1.3K views32 slides
Java Server Pages by
Java Server PagesJava Server Pages
Java Server PagesBG Java EE Course
4.9K views49 slides
Java Servlets by
Java ServletsJava Servlets
Java ServletsBG Java EE Course
31K views58 slides
CSS by
CSSCSS
CSSBG Java EE Course
1.8K views78 slides

More from BG Java EE Course (20)

Recently uploaded

PRELIMS ANSWER.pptx by
PRELIMS ANSWER.pptxPRELIMS ANSWER.pptx
PRELIMS ANSWER.pptxsouravkrpodder
50 views60 slides
A Guide to Applying for the Wells Mountain Initiative Scholarship 2023 by
A Guide to Applying for the Wells Mountain Initiative Scholarship 2023A Guide to Applying for the Wells Mountain Initiative Scholarship 2023
A Guide to Applying for the Wells Mountain Initiative Scholarship 2023Excellence Foundation for South Sudan
82 views26 slides
Papal.pdf by
Papal.pdfPapal.pdf
Papal.pdfMariaKenney3
68 views24 slides
MercerJesse3.0.pdf by
MercerJesse3.0.pdfMercerJesse3.0.pdf
MercerJesse3.0.pdfjessemercerail
152 views6 slides
MIXING OF PHARMACEUTICALS.pptx by
MIXING OF PHARMACEUTICALS.pptxMIXING OF PHARMACEUTICALS.pptx
MIXING OF PHARMACEUTICALS.pptxAnupkumar Sharma
121 views35 slides
Guidelines & Identification of Early Sepsis DR. NN CHAVAN 02122023.pptx by
Guidelines & Identification of Early Sepsis DR. NN CHAVAN 02122023.pptxGuidelines & Identification of Early Sepsis DR. NN CHAVAN 02122023.pptx
Guidelines & Identification of Early Sepsis DR. NN CHAVAN 02122023.pptxNiranjan Chavan
40 views48 slides

Recently uploaded(20)

Guidelines & Identification of Early Sepsis DR. NN CHAVAN 02122023.pptx by Niranjan Chavan
Guidelines & Identification of Early Sepsis DR. NN CHAVAN 02122023.pptxGuidelines & Identification of Early Sepsis DR. NN CHAVAN 02122023.pptx
Guidelines & Identification of Early Sepsis DR. NN CHAVAN 02122023.pptx
Niranjan Chavan40 views
INT-244 Topic 6b Confucianism by S Meyer
INT-244 Topic 6b ConfucianismINT-244 Topic 6b Confucianism
INT-244 Topic 6b Confucianism
S Meyer45 views
EILO EXCURSION PROGRAMME 2023 by info33492
EILO EXCURSION PROGRAMME 2023EILO EXCURSION PROGRAMME 2023
EILO EXCURSION PROGRAMME 2023
info33492202 views
Monthly Information Session for MV Asterix (November) by Esquimalt MFRC
Monthly Information Session for MV Asterix (November)Monthly Information Session for MV Asterix (November)
Monthly Information Session for MV Asterix (November)
Esquimalt MFRC107 views
Introduction to AERO Supply Chain - #BEAERO Trainning program by Guennoun Wajih
Introduction to AERO Supply Chain  - #BEAERO Trainning programIntroduction to AERO Supply Chain  - #BEAERO Trainning program
Introduction to AERO Supply Chain - #BEAERO Trainning program
Guennoun Wajih95 views
Interaction of microorganisms with vascular plants.pptx by MicrobiologyMicro
Interaction of microorganisms with vascular plants.pptxInteraction of microorganisms with vascular plants.pptx
Interaction of microorganisms with vascular plants.pptx
The Future of Micro-credentials: Is Small Really Beautiful? by Mark Brown
The Future of Micro-credentials:  Is Small Really Beautiful?The Future of Micro-credentials:  Is Small Really Beautiful?
The Future of Micro-credentials: Is Small Really Beautiful?
Mark Brown75 views
ANGULARJS.pdf by ArthyR3
ANGULARJS.pdfANGULARJS.pdf
ANGULARJS.pdf
ArthyR351 views
12.5.23 Poverty and Precarity.pptx by mary850239
12.5.23 Poverty and Precarity.pptx12.5.23 Poverty and Precarity.pptx
12.5.23 Poverty and Precarity.pptx
mary850239381 views

JavaScript and jQuery Fundamentals