#38 JQuery Selectors Part 2

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • 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
    Simple Snippets Channel link - / simplesnippets

Комментарии • 30

  • @ragavendirans3045
    @ragavendirans3045 5 лет назад +6

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

  • @sabaris2008
    @sabaris2008 4 года назад +3

    Super. Subscribed Telusko and Simple snippets :-)

  • @sanjanabhangale2792
    @sanjanabhangale2792 3 года назад

    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??

  • @figbiz5678
    @figbiz5678 3 года назад

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

  • @jeswanthsri2936
    @jeswanthsri2936 5 лет назад +2

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

  • @aayushkhandelwal3909
    @aayushkhandelwal3909 4 года назад +1

    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.

    • @Tanujr
      @Tanujr 4 года назад +1

      give same class name for both the paragraphs and use the .classname to access them

  • @abhishekrawat2022
    @abhishekrawat2022 5 лет назад +1

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

  • @mukulsinghbisht2434
    @mukulsinghbisht2434 3 года назад

    like who watches his video in 0.75x

  • @faisaltahseen4063
    @faisaltahseen4063 4 года назад +1

    Great course! Easy to understand!

  • @sumitdhiman5381
    @sumitdhiman5381 4 года назад

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

  • @sourodipbiswas2001
    @sourodipbiswas2001 4 года назад

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

  • @learnliveimproverepeat...6522
    @learnliveimproverepeat...6522 4 года назад

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

  • @gnaneshwartankala2242
    @gnaneshwartankala2242 2 года назад

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

  • @dprasad3790
    @dprasad3790 4 года назад

    Your expalnation is so good could you please expalin ajax

  • @RaviTeja-kv3lm
    @RaviTeja-kv3lm 4 года назад

    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 .

    • @Tanujr
      @Tanujr 4 года назад

      Yes ,you can!

  • @yasarhussain3811
    @yasarhussain3811 5 лет назад +1

    Good job go ahead

  • @arvindsinghjugtwan9588
    @arvindsinghjugtwan9588 4 года назад

    thanku sir this type of easy teaching

  • @mrrishiraj88
    @mrrishiraj88 2 года назад

    👍

  • @therakeshpanwar6790
    @therakeshpanwar6790 5 лет назад

    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.

    • @shivanshthakur172
      @shivanshthakur172 5 лет назад

      You have to open folder which is containing source code file then write click in the source code file then on live server

    • @logeshsaravanan27
      @logeshsaravanan27 4 года назад

      uninstall & do as the live server video step by step. and make sure that you've opened a workspace(Folder) in vscode, it's necessary for a live run. try it out

    • @shashankgowda5282
      @shashankgowda5282 4 года назад

      File -> open folder -> select the folder where your html file is located.

  • @saadmanahmed860
    @saadmanahmed860 4 года назад

    excellent expatiation

  • @horror4097
    @horror4097 3 года назад

    well explained

  • @Arkillus
    @Arkillus 4 года назад

    very useful

  • @vipinchauhan3058
    @vipinchauhan3058 4 года назад

    good job sir

  • @vipinchauhan3058
    @vipinchauhan3058 4 года назад

    good job sir

  • @slickwillie3376
    @slickwillie3376 4 года назад

    Cool!