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
Auf dieser Seite können Sie das Online-Video jQuery Syntax Tutorial - jQuery Tutorial 09 mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer ChidresTechTutorials 11 Juni 2017 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 2,313 Mal angesehen und es wurde von 37 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!