@ -1037,7 +1037,7 @@
|
|||||||
"description": [
|
"description": [
|
||||||
"We're done playing with our jQuery playground. Let's tear it down!",
|
"We're done playing with our jQuery playground. Let's tear it down!",
|
||||||
"jQuery can target the <code>body</code> element as well.",
|
"jQuery can target the <code>body</code> element as well.",
|
||||||
"Here's how we would make the entire body fade out: <code> $(\"body\").addClass(\"animated fadeOut\")</code>",
|
"Here's how we would make the entire body fade out: <code> $(\"body\").addClass(\"animated fadeOut\");</code>",
|
||||||
"But let's do something more dramatic. Add the classes <code>animated</code> and <code>hinge</code> to your <code>body</code> element."
|
"But let's do something more dramatic. Add the classes <code>animated</code> and <code>hinge</code> to your <code>body</code> element."
|
||||||
],
|
],
|
||||||
"tests": [
|
"tests": [
|
||||||
@ -1090,7 +1090,7 @@
|
|||||||
"descriptionEs": [
|
"descriptionEs": [
|
||||||
"Hemos terminado de jugar en nuestro patio de recreo jQuery. ¡Vamos a derribarlo!",
|
"Hemos terminado de jugar en nuestro patio de recreo jQuery. ¡Vamos a derribarlo!",
|
||||||
"jQuery también puede elegir el elemento <code>body</code>.",
|
"jQuery también puede elegir el elemento <code>body</code>.",
|
||||||
"Así es como haríamos que el cuerpo entero desapareciera: <code>$(\"body\").addClass('animated fadeOut')</code>",
|
"Así es como haríamos que el cuerpo entero desapareciera: <code>$(\"body\").addClass('animated fadeOut');</code>",
|
||||||
"Pero vamos a hacer algo más dramático. Añade las clases <code>animated</code> y <code>hinge</code> a tu elemento <code>body</code>."
|
"Pero vamos a hacer algo más dramático. Añade las clases <code>animated</code> y <code>hinge</code> a tu elemento <code>body</code>."
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user