Q.1.
What is .blur() method?
Q.2.
Which of the following is the correct syntax of .select() method in JQuery?
Q.3.
JQuery selectors allow you to select and manipulate ______?
Q.4.
Look at the following selector: $ ("p # intro"). What do you select?
Q.5.
What scripting language is jQuery written in?
Q.6.
What is the correct jQuery code to set the background color of all p elements to red?
Q.7.
Mire el siguiente selector: $ ("div"). ¿Qué selecciona?
Q.8.
El selector this Permite:
Q.9.
Mire el siguiente selector: $ ("p # intro"). ¿Qué selecciona?
Q.10.
¿Qué signo usa jQuery como acceso directo para jQuery?
Q.11.
¿Jquery es?
Q.12.
¿Que efecto de Jquery muestra un elemento?
Q.13.
En los eventos .click() ¿se utiliza para hacer click al elemento?
Q.14.
¿Que efecto de Jquery oculta un elemento?
Q.15.
$(document).ready(function(){ ..}
Q.16.
El Método jQuery css ()
Q.17.
Var nombre=$('#nombre').val();
Q.18.
$("p").css("background-color", "blue");
Q.19.
Which of the following is selected by $('.foo')?
Q.20.
CSS stands for