diff options
Diffstat (limited to 'es-es/jquery-es.html.markdown')
-rw-r--r-- | es-es/jquery-es.html.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/es-es/jquery-es.html.markdown b/es-es/jquery-es.html.markdown index 27ad48bb..2388ae84 100644 --- a/es-es/jquery-es.html.markdown +++ b/es-es/jquery-es.html.markdown @@ -14,8 +14,6 @@ jQuery es una librería de JavaScript que le ayuda a "hacer más y escribir meno Debido a que jQuery es una librería de JavaScript debes [aprender JavaScript primero](https://learnxinyminutes.com/docs/es-es/javascript-es/) ```js - - /////////////////////////////////// // 1. Selectores @@ -136,6 +134,4 @@ var heights = []; $('p').each(function() { heights.push($(this).height()); // Añade todas las alturas "p" de la etiqueta a la matriz }); - - ```
\ No newline at end of file |