JQuery adalah ...
Evaluasi Javascript 5

Quiz
•
Computers
•
10th Grade
•
Medium
MOHAMMAD SYAH
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Sebuah framework JavaScript
Sebuah versi baru dari JavaScript
Pustaka atau library JavaScript
Bahasa pemrograman baru
Plugin untuk website
2.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Apa yang membedakan penggunaan untuk memilih elemen berdasarkan id antara JavaScript dan JQuery?
document.getElementByClassName("idElement") dan $(".idElement")
document.getElementByName("idElement") dan $("#idElement")
document.getElementById("idElement") dan $("#idElement")
document.getElementById("idElement") dan $(".idElement")
Tidak ada perbedaan.
3.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Untuk memastikan kode JQuery dijalankan setelah dokumen selesai dimuat, kita menggunakan ...
$(document).load()
$(window).onload()
$(document).onload()
window.document.ready()
$(document).ready()
4.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Bagaimana cara untuk menemukan elemen HTML berdasarkan nama tag dengan JQuery?
$().name("p")
$("tagName")
$(name).tagName("p")
$("p").tagName()
$("p.tag")
5.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Untuk mengatur konten teks HTML menggunakan JQuery, kita menggunakan metode ...
.html()
.textContent()
.innerText()
.text()
.innerHTML()
6.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Bagaimana cara menyembunyikan elemen HTML dengan JQuery?
$("#elemen").hidden()
$("#elemen").style.display = "none";
$("#elemen").hide();
document.getElementById("elemen").hide();
Tidak ada yang benar.
7.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Pada kode berikut: ‘$("#elemen").css("color", "red");’ - apa yang dilakukan kode tersebut?
Mengubah warna background elemen menjadi merah
Mencari elemen dengan id 'color' dan class 'red'
Mengatur warna teks elemen dengan id 'elemen' menjadi merah
Menambahkan kelas 'red' ke elemen dengan id 'color'
Menghapus elemen dengan id 'elemen' dari DOM
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Web Quizizz 29

Quiz
•
10th Grade - University
10 questions
Java Script

Quiz
•
10th - 12th Grade
10 questions
ASESMEN SUMATIF CSS

Quiz
•
9th - 12th Grade
8 questions
JS Snippet Quiz

Quiz
•
9th - 12th Grade
10 questions
The Div and Span Tag

Quiz
•
10th Grade
15 questions
HTML CSS

Quiz
•
10th - 12th Grade
10 questions
The DOM Practice

Quiz
•
9th - 12th Grade
10 questions
JavaScript - DOM (G2)

Quiz
•
10th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University