jQuery Tag Selector - jQuery Tutorial 12

Опубликовано: 30 Сентябрь 2024
на канале: ChidresTechTutorials
1,360
28

Notes for You:: jQuery Tag Selector - jQuery Tutorial 12
- To select html element(s) by their tag name, we use jQuery tag selector.

Syntax of jQuery tag selector:
$(“CSS tag selector”).action(parameters);
- If we use CSS tag selector in a jQuery function then it is called as jQuery tag selector

Example:
$("p").css( {"border":"2px solid red"} );
- It selects any HTML element whose tag name is set to “p” and applies the border of 2px solid red

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

Follow the link for next video:
jQuery Tutorial 13 - jQuery Class Selector
   • jQuery Class Selector - jQuery Tutori...  

Follow the link for previous video:
jQuery Tutorial 11 - jQuery Selectors Tutorial
   • jQuery Selectors Tutorial - jQuery Tu...  

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

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