Home  >  Article  >  Web Front-end  >  Client method of loading json data using XML DOM_javascript skills

Client method of loading json data using XML DOM_javascript skills

WBOY
WBOYOriginal
2016-05-16 18:19:10978browse

Steps:
1. Reference Jquery
2. If it is IE, instance ActiveXObject; Firefox, instance DOMParser.
 3. Processing

Copy code The code is as follows:

<%@ Page Language ="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="XmlDom._Default" %>













Call client XmlDom


Display data:





< /html>

Under FireFox, I found during testing that if the XML string is given directly to Jquery, Jquery can also process it directly; but not under IE. As below code.
Copy code The code is as follows:


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn