jQuery Selectors Tutorial - jQuery Tutorial 11

preview_player
Показать описание
Notes for You:: jQuery Selectors Tutorial - jQuery Tutorial 11
- First step in learning jQuery is learning “how to select HTML element(s) using jQuery” as efficiently as possible, then “how to add styles, effects, animations, events etc.” to them.

To select HTML element(s) JQuery function accepts a “CSS selector”.
Syntax:
jQuery(“CSS selector”).action(parameters);
OR
$(“CSS selector”).action(parameters);

CSS Selector:
- is a string used to select or target HTML element(s) available on page.
- To select HTML element(s) on the page as much as specifically and as much as generically; CSS provides wide variety of selectors.

Types of CSS Selectors are:
1. Tag selector
2. Class selector
3. ID selector
4. Group selector
5. Contextual selector
a. Descendent selector
b. Direct Child selector
c. Adjacent sibling selector
d. General sibling selector
6. Attribute selector
7. Pseudo classes
8. Pseudo elements
9. Universal selector

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

Follow the link for next video:
jQuery Tutorial 12 - jQuery Tag Selector | jQuery Element Selector

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

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

jQuery Tutorials Playlist:-

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

jQuery UI Tutorials Playlist:-

Bootstrap Tutorials Playlist:-

Dreamweaver Tutorials Playlist:-

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

► Subscribe to our YouTube channel:

► Visit our Website:

=========================================
Hash Tags:-
#ChidresTechTutorials #jQuery #jQueryTutorial
Рекомендации по теме
Комментарии
Автор

SUBSCRIBE, SHARE & SUPPORT:
VISIT & LEARN AT FREE OF COST:

ChidresTechTutorials
Автор

In this video i learn jQuery selectors, thank you sir .

srikanthannam