Reading XML File Using jQuery AJAX Method

Поділитися
Вставка
  • Опубліковано 20 жов 2024
  • technotip.com/2...
    Video tutorial to read XML file using jQuery ajax method.
    AJAX: Asynchronous JavaScript and XML
    Using AJAX technique, we fetch only the required data from the server without reloading the entire page.
    In this video tutorial, we fetch the data present in XML format and display fetched content on the webpage and update it in real time, without reloading the html page.
    jQuery Video Tutorial List:
    technotip.com/2...

КОМЕНТАРІ • 26

  • @KishanUdeshana
    @KishanUdeshana 11 місяців тому +1

    I am watching this after 11 years, but still make me very clear rather than other videos. Thanks !!

  • @cyberlord64
    @cyberlord64 7 років тому +3

    Yyyyyyyyyeeeeessss! Thank you! I've been searching for hours!!! I love you!!!!
    Finally I can go to sleep...

    • @technotipDOTorg
      @technotipDOTorg  7 років тому

      I love you too :)
      Have good night sleep ..my best wishes

  • @ksupadhyay
    @ksupadhyay 11 років тому

    hi Satish very well explained , simple but accurate
    any specific reason you didn’t use setInterval() and used setTimeout()

  • @husnakhanam9117
    @husnakhanam9117 7 років тому +1

    @satishB instead from the file with the extension .xml,can i put the URL containing XML content?

    • @technotipDOTorg
      @technotipDOTorg  7 років тому

      Sure you can do that ..Ex: PHP file which outputs XML data.

    • @94percent39
      @94percent39 6 років тому

      i tried to change the url with a website which output xml data but it doesn't work :(

  • @fconteEBdotcom
    @fconteEBdotcom 6 років тому

    I was not able to run the program on an external server. My_script.js poses a problem at line 27 namely "Uncaught SyntaxError: Invalid or unexpected token" I essentially copied the code from your technotip site. There was also an issue with Google not allowing Symantec certificates. I tried to run on a server which currently hosts one of my websites. Please advise.

  • @zulaikhasuhaimi7501
    @zulaikhasuhaimi7501 7 років тому

    Hi Satish. How can i read xml file by the url given to me? Could you help me?

  • @AdrenalineBFG
    @AdrenalineBFG 11 років тому

    wondering if you could show a tutorial of how to bring XML data (separate file, i saw your other tutorials but it doesn t work when its a separate file) with javascript with images aswell as text? would be sweet :)

  • @akshayakumar7359
    @akshayakumar7359 4 роки тому +1

    Can you please tell me, how to fetch data from XML file and display it in a div tag using id?

    • @technotipDOTorg
      @technotipDOTorg  4 роки тому

      We've a separate section dedicated to XML. You can get the source for your question there. technotip.com/category/xml/
      Thank you ..

  • @technotipDOTorg
    @technotipDOTorg  11 років тому

    Hi Kishore, no specific reason - its a tutorial to illustrate working with setTimeout()

  • @MaxBondarenko
    @MaxBondarenko 11 років тому

    What if I use it within SharePoint not within Apache-will it works?

  • @omiscool
    @omiscool 11 років тому

    Nice video, Can you tell me how to create link within xml. For example, only employee name is displayed in list. and the when we click on employee name, then employee age is displayed. This happens for each employee..

  • @MAgungSutrisno
    @MAgungSutrisno 10 років тому

    Thanks satish B. problem solved :)

  • @zulaikhasuhaimi7501
    @zulaikhasuhaimi7501 7 років тому

    will you please help me parsing xml to json using js or jquery. i need it please
    Thanks alot :)

  • @theshweta66
    @theshweta66 10 років тому

    Thnk you so much satish...

  • @tomhan
    @tomhan 6 років тому

    Thank you , very helpful

  • @msantiago11
    @msantiago11 8 років тому

    Really useful, Thanks buddy!

  • @theshweta66
    @theshweta66 10 років тому

    satish suppose xml file have more then one employee node and i have to get one employee node detail one time and second employee nodes detail after click on next button and third detail on next click ... then how we will do it... please help

    • @legendpkerii
      @legendpkerii 10 років тому

      Make a file like employe.php, make a query in there like: select * from EmployeTable limit ($_GET['id'] - 1), $_GET['id']--
      Your AJAX request will be something like: employe.php?id=1 or employe.php?id=$_GET['pagenumber']
      And the type of your ajax request will be a GET ofcourse

    • @theshweta66
      @theshweta66 10 років тому

      legendpkerii but m not access data from database .wanna directly access from xml

  • @whois2815
    @whois2815 10 років тому

    Great video!

  • @mokashishrutika12345
    @mokashishrutika12345 11 років тому

    Awesome thanks :)

  • @robinder_
    @robinder_ 9 років тому

    how did you get localhost, i don't know what localhost is :(