Home > Web Front-end > JS Tutorial > body text

Client method of loading json data using XML DOM_javascript skills

WBOY
Release: 2016-05-16 18:19:10
Original
972 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:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!