Load xml file content into div using jquery

前端 未结 5 2183
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 16:50

How to load the xml file content to a div.

Here is my HTML in which I need to load XML content

5条回答
  •  庸人自扰
    2020-12-05 17:14

    If you have a local file you want to read like I do, you can do the following:

    
    
    

    This requires the user to select the file, but it does get you the contents of the file. It uses the HTML5 FileReader API.

提交回复
热议问题