AJAX and XMLHttpRequest Object

Поделиться
HTML-код
  • Опубликовано: 16 июн 2021
  • In this lecture, you will learn what is AJAX and how to make an AJAX call using XMLHttpRequest object provided by JavaScript.
    AJAX stands for asynchronous JavaScript and XML and it is a set of existing web technology. We can use AJAX to request data from a remote web server asynchronously without reloading the complete web page.
    An AJAX call in JavaScript can be made using XMLHttpRequest object.

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

  • @nerzeefdadam-jf9ec
    @nerzeefdadam-jf9ec 10 месяцев назад +1

    Hello sir i really love your teaching and I'm understanding and learning alot from you. Thus is literally the best course i encountered but alot of us are finding it difficult to follow the series in sequence. I will like to request to please make the java script course in a playlist like you did for angular and react so that it will be easier for us to follow in a sequential way . Thank you for all your help in making this course.

  • @nikolozmacharashvili1212
    @nikolozmacharashvili1212 2 года назад +1

    you are king, i hope i learn as well as king !

  • @mohamedibrahemsaad573
    @mohamedibrahemsaad573 8 месяцев назад

    I love your your channel😍😍

  • @kevinbieri1259
    @kevinbieri1259 2 года назад +1

    i like it because, it is a more detailed tutorial than the most i found !

  • @chandkhan-cn5jn
    @chandkhan-cn5jn 5 месяцев назад

    Awesome

  • @karthikbandi1849
    @karthikbandi1849 Год назад

    please make videos on ajax more

  • @syedsadiq8591
    @syedsadiq8591 Год назад

    👍👍✔✔

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

    Thankz

  • @umerfarooq4026
    @umerfarooq4026 3 года назад +1

    Can you share code.. For practice purpose

  • @HHHStatus
    @HHHStatus Год назад

    אחלה סרטון בוא לגון ברייס

  • @abderrahmanelkhaloufi5320
    @abderrahmanelkhaloufi5320 11 месяцев назад

    Subtitles captions is not available!!!!!! please fix this

  • @suneelyekasiri
    @suneelyekasiri 4 месяца назад

    sir give us the source code for js course

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

    The "loading..." text still appears.

    • @procademy
      @procademy  3 года назад +3

      That's right....this is because, in the event handler function of load event, we are using addAdjacentHTML method which will add a new HTML content without replacing the existing content. So, it is appending the new HTML content after the text content 'Loading...'
      To resolve this, in the event handler function of load event, at the beginning you can set the innerHTML property of div to empty string
      div.innerHTML = '';
      you can write rest of the logic of this event handler function after above statement.

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

    Course title and author name plz.
    .

    • @procademy
      @procademy  3 года назад +2

      Title: Complete Modern JavaScript Course
      Author: Manoj Jha

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

      @@procademy thank you very much.

  • @karthikbandi1849
    @karthikbandi1849 Год назад

    In script code document.getelementbyid is showing error