有关使用JSON,JScript和jQuery的任何教程吗? [英] Any tutorials for using JSON, JScript and jQuery?

查看:64
本文介绍了有关使用JSON,JScript和jQuery的任何教程吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚开始在我的经典ASP网站上使用jQuery。我打算重建一个包含4个部分的页面,每个部分显示多个行和列。 JSON可以帮助我,但我见过的所有例子都与VBScript相关。这个站点是JScript,我正在寻找一些使用JSON,JScript和jQuery的示例或教程。

I just recently started using jQuery on my classic ASP site. I am planning on rebuilding a page that has 4 sections and each section displays multiple rows and columns. JSON can help me here but all the examples that I have seen are VBScript related. This site is JScript and I am looking for some examples or tutorials using JSON, JScript and jQuery.

谢谢

推荐答案

如果我理解正确,你正在使用经典ASP网站上的Javascript服务器端(JScript)和客户端(Javascript / JQuery)?

If I understand you correctly, you are using Javascript both server side (JScript) and client side (Javascript/JQuery) on an classic ASP site?

我的建议是专注于Jquery中的客户端开发,make如果可能的话,在服务器端进行一些更改(除非您要构建一个全新的WEB 2.0应用程序)。

My advice would be to focus on client side development in JQUery, make few changes if possible on the server side (unless you're going to build a whole new WEB 2.0 app).

JScript应该能够直接解析JSON,并且据我所知,Javasctipt序列化代码(参见ww.json.org)也应该在JScript中工作,用于将数据传递给客户端。您还可以使用简单的Response.Write -s

JScript should be able to parse JSON directly, and as far as I know, Javasctipt serialization code (see ww.json.org) should work in JScript as well, for passing data to the client. You can also build basic JSON data structures directly with simple Response.Write-s

这篇关于有关使用JSON,JScript和jQuery的任何教程吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆