jQuery Syntax Tutorial - jQuery Tutorial 09

Publicado el: 11 junio 2017
en el canal de: ChidresTechTutorials
2,313
37

Notes for You:: jQuery Syntax Tutorial - jQuery Tutorial 09
jQuery(expression).action(parameters);
OR
$(expression).action(parameters);

jQuery(expression) or $(expression):
Used to query or select or target HTML element(s).
Based on the given expression, it selects and returns an array of all matching HTML element(s).

expression:
can be a “CSS selector“ , or JS object for selection.
can also pass JS function for execution.
can also pass “html code” to create elements dynamically at runtime.

action(parameters):
can be another jQuery method (function).
indicates the action to be performed on selected HTML element(s).

parameters:
indicate the requirements of the action.

Example:
JQuery("#headingone").css("border","2px solid red");
OR
$("#headingone").css("border","2px solid red");
It selects any html element whose id attribute value is set to headingone and applies the CSS style 2px solid red border.

=========================================

Follow the link for next video:
jQuery Tutorial 10 - jQuery CSS() Method
   • jQuery CSS() Method - jQuery Tutorial 10  

Follow the link for previous video:
jQuery Tutorial 08 - How to Write and Execute First jQuery Code
   • How to write and execute First jQuery...  

=========================================

jQuery Tutorials Playlist:-
   • jQuery Tutorials  

=========================================
Watch My Other Useful Tutorials:-

jQuery UI Tutorials Playlist:-
   • jQuery UI Tutorials  

Bootstrap Tutorials Playlist:-
   • Bootstrap4 Tutorials  

Dreamweaver Tutorials Playlist:-
   • Dreamweaver Tutorials  

=========================================

► Subscribe to our YouTube channel:
   / chidrestechtutorials  

► Visit our Website:
https://www.chidrestechtutorials.com

=========================================
Hash Tags:-
#ChidresTechTutorials #jQuery #jQueryTutorial


En esta página del sitio puede ver el video en línea jQuery Syntax Tutorial - jQuery Tutorial 09 de Duración hora minuto segunda en buena calidad , que subió el usuario ChidresTechTutorials 11 junio 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,313 veces y le gustó 37 a los espectadores. Disfruta viendo!