Intro to Javascript



Download 0,61 Mb.
bet3/7
Sana17.03.2023
Hajmi0,61 Mb.
#919991
1   2   3   4   5   6   7
Bog'liq
13-IntroJavascript

JavaScript functions


function name() {
statement ;
statement ;
...
statement ;
} JS
  • the above could be the contents of example.js linked to our HTML page
  • statements placed into functions can be evaluated in response to user events

function myFunction() {
alert("Hello!");
alert("How are you?");
} JS

Event handlers

  • JavaScript functions can be set as event handlers
  • onclick is just one of many event HTML attributes we'll use
  • but popping up an alert window is disruptive and annoying
    • A better user experience would be to have the message appear on the page...

... HTML
HTML

Document Object Model (DOM)

DOM element objects

Accessing elements: document.getElementById


var name = document.getElementById("id");
JS

id="output">replace me
id="textbox" type="text" /> HTML
function changeText() {
var span = document.getElementById("output");
var textBox = document.getElementById("textbox");
textbox.style.color = "red";
} JS

Accessing elements: document.getElementById

  • document.getElementById returns the DOM object for an element with a given id
  • can change the text inside most elements by setting the innerHTML property
  • can change the text in form controls by setting the value property

Download 0,61 Mb.

Do'stlaringiz bilan baham:
1   2   3   4   5   6   7




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish