jQuery Syntax Tutorial - jQuery Tutorial 09

Опубликовано: 11 Июнь 2017
на канале: 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


На этой странице сайта вы можете посмотреть видео онлайн jQuery Syntax Tutorial - jQuery Tutorial 09 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь ChidresTechTutorials 11 Июнь 2017, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 2,313 раз и оно понравилось 37 зрителям. Приятного просмотра!