Home
Flashcards
Preview
Javascript Basics (1-8)
Home
Get App
Take Quiz
Create
A javascript called by a link
<a href="javascript:rollon()">
Pop an alert with
window.alert()
Find an object someText and change a style to it.
function changeBackground(){ document.getElementById("someText").style.backgroundColor = "blue"}
difference between comparing and assigning
compare is ==
assign is =
alter some specific style of the element "bob"
var someText = document.getElementById("bob").style.top
Author
dalbabes
ID
59642
Card Set
Javascript Basics (1-8)
Description
javascript
Updated
2012-07-26T16:41:32Z
Show Answers
Home
Flashcards
Preview