Q.1
What is .blur() method?
  • The Text is shown blur
  • Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
  • None of the above
  • All of above
Q.2
Which of the following is the correct syntax of .select() method in JQuery?
  • $("p").select(.intro());
  • $("p").select.intro();
  • $("p").select(".intro");
  • None of these
Q.3
JQuery selectors allow you to select and manipulate ______?
  • The Text is shown normal.
  • HTML element(s).
Q.4
Look at the following selector: $ ("p # intro"). What do you select?
  • remove()
  • detach()
  • Ambos métodos pueden ser utilizados
  • None of these
Q.5
What scripting language is jQuery written in?
  • VBScript
  • JavaScript
  • C++
  • C#
Q.6
What is the correct jQuery code to set the background color of all p elements to red?
  • $ ("p"). manipulate ("color de fondo", "rojo");
  • $ ("p"). style ("color de fondo", "rojo");
  • $ ("p"). css ("color de fondo", "rojo");
  • $ ("p"). layout ("color de fondo", "rojo");
Q.7
Mire el siguiente selector: $ ("div"). ¿Qué selecciona?
  • El primer elemento div
  • Todos los elementos div
Q.8
El selector this Permite:
  • Permite seleccionar al elemento que activó el evento.
  • Permite, ayudar para programar de forma más sencilla con Javascript
  • Ninguno
  • None of these
Q.9
Mire el siguiente selector: $ ("p # intro"). ¿Qué selecciona?
  • El elemento p con id="introduccion"
  • Todos los elementos con p con class="intro"
Q.10
¿Qué signo usa jQuery como acceso directo para jQuery?
  • el signo $
  • la señal
  • el ? Firmar
  • Both A & B
Q.11
¿Jquery es?
  • Es un Editor de Texto
  • Es una biblioteca de Javascript que simplifica la interacción con documentos HTML.
  • Es un framework CSS y Javascript
  • Es un software de código abierto deliberado por TWITTER
Q.12
¿Que efecto de Jquery muestra un elemento?
  • .show();
  • .hide();
  • .fadeIn();
  • .slideUp();
Q.13
En los eventos .click() ¿se utiliza para hacer click al elemento?
  • Falso
  • Verdad
Q.14
¿Que efecto de Jquery oculta un elemento?
  • .efecto();
  • .hide();
  • .fadeIn();
  • .slideUp();
Q.15
$(document).ready(function(){ ..}
  • Sirve para seleccionar todas las etiquetas del documento JQuery
  • Sirve para hacer cosas cuando la página está lista para recibir instrucciones JQuery
  • Sirve en JQuery para mostrar un mensaje de alerta informando al usuario
  • Ninguno
Q.16
El Método jQuery css ()
  • Elimina elementos HTML existentes.
  • Agrega un elemento al inicio del elemento contenedor
  • Establece o devuelve una o más propiedades de estilo para los elementos seleccionados
  • None of these
Q.17
Var nombre=$('#nombre').val();
  • Obtiene el valor del input del formulario
  • Obtiene el valor del textarea del formulario
  • Obtiene el valor del boton del formulario
  • Ninguno
Q.18
$("p").css("background-color", "blue");
  • Sets a background color style.
  • It will set the background color value for ALL matching elements e.g.
  • Set a blue color background
  • None of these
Q.19
Which of the following is selected by $('.foo')?
  • <p>Foo</p>
  • <img id='foo'></img>
  • <div class='foo'></div>
  • <foo></foo>
Q.20
CSS stands for
  • Cascading Style Sheets
  • Creative Style Settings
  • Compact Software Settings
  • Creative Setting Selectors
0 h : 0 m : 1 s