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

Use ajax in jquery to obtain remote page information_jquery

WBOY
Release: 2016-05-16 17:59:37
Original
1568 people have browsed it

The rendering is as follows:


First paste the front-end code: the key code is to bind the Id through the data (custom attribute) marked by span

Copy code The code is as follows:

DataKeyNames="Id" onrowdeleting=" GvCollect_RowDeleting"
EnableModelValidation="True">




<%# Eval("Title ") %>





" target="_blank">View
Delete



















Then the pop-up layer quick code:

Next, look at the css style reference file and js call (I use the jqueryUI library )








Copy code The code is as follows:


The following is the server page:
Generally we get the parameters as Request.QueryString[""], but this is to get the parameters in the url, and now it is to get the parameters in the http object, so use Request[""],
otherwise the data cannot be retrieved



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!