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

Client method of loading json data using XML DOM_javascript skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 18:19:10
Original
1043 people have browsed it

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:


Related labels:
Statement of this Website
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
Latest Issues
objective-c - socket sends data in xml format
From 1970-01-01 08:00:00
0
0
0
How to parse and process HTML/XML in PHP?
From 1970-01-01 08:00:00
0
0
0
How to parse and process HTML/XML in PHP?
From 1970-01-01 08:00:00
0
0
0
How to parse and process HTML/XML using PHP?
From 1970-01-01 08:00:00
0
0
0
Update xml namespace with data from PHP form
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template