#38 JQuery Selectors Part 2

preview_player
Показать описание
jQuery selectors are one of the most important parts of the jQuery library.
jQuery selectors allow you to select and manipulate HTML element(s).
jQuery selectors are used to "find" (or select) HTML elements based on their name, id, classes, types, attributes, values of attributes and much more. It's based on the existing CSS Selectors, and in addition, it has some own custom selectors.
All selectors in jQuery start with the dollar sign and parentheses: $().
The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code. jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation.

Video by - Tanmay Sakpal
Рекомендации по теме
Комментарии
Автор

Super. Subscribed Telusko and Simple snippets :-)

sabaris
Автор

Hai tanmay, your doing well and good. can i get the link for list of selector...?

ragavendirans
Автор

hey tanmay, if there is two paragraph outside the div then what we have to write code to disable both the paragraph.
btw thanks for the videos.

aayushkhandelwal
Автор

Hi Could you please upload all the videos related to this course.

jeswanthsri
Автор

Your expalnation is so good could you please expalin ajax

dprasad
Автор

Hey Tanmay I have one question., can we use jQuery code in backend .as you said JavaScript is kind of lengthy in coding compare to jQuery .

RaviTeja-kvlm
Автор

thenku so much sir ..plz make more vedeoes on jequryy sir

abhishekrawat
Автор

My jQuery code is not running ....I have done the same as you have shown in the video but still it's not working..can you help me??

sanjanabhangale
Автор

How to use console.log for this program to see the values while fading?

sourodipbiswas
Автор

My ques is How to write my Jquery code externally and then load it into my HTML file?

sumitdhiman
Автор

got an error.
it show's 1 argument required but only 0 argument present inside button tag, i mean the method for onclick.

learnliveimproverepeat...
Автор

Sir will you provide a pdf of your lecture notes please sir

gnaneshwartankala
Автор

sir in VS code i m not getting go live server option even i have installed live server plugin and also not getting suggestions. please help me out of this.

therakeshpanwar
Автор

$("p:second").fadeToggle();
this doesn't work

figbiz