且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

没有asp.net,我们可以使用AJAX吗?

更新时间:2023-02-15 22:11:12

为什么不呢!
Ajax是独立的.并且可以与其他技术(例如php,jsp)一起使用.
我认为您不是在谈论ajaxtoolkit.
Ajaxtoolkit是专门为ASP.NET设计的.
Why not!
Ajax is independent.and Can be used with other technologies also like php,jsp.
I think you are not talking about ajaxtoolkit.
Ajaxtoolkit is specially designed for ASP.NET.


Ajax在ASP.net问世之前就已经存在,因此答案是可以",而无需ASP.net即可使用Ajax. > 您只能使用JavaScript从头开始使用Ajax编写HTML,但是有一些JavaScript框架使任务变得如此简单:
Ajax was there way before the advent of ASP.net so the answer is "yes" one can use Ajax without ASP.net.
You can write HTML utilizing Ajax from scratch only using JavaScript, but there are some JavaScript frameworks out there that make the task so much easier:

  • jQuery[^]
  • PrototypeJs Ajax[^]


有关在PHP中使用Ajax的信息,请参考此站点.
我们可以将Ajax与
一起使用
PHP
JAVA
ASP.NET
JAVASCRIPT
jQuery


http://www.switchonthecode.com/tutorials/simple-ajax-php-and-javascript
Refer this site for using Ajax with PHP.
We can use Ajax with

PHP
JAVA
ASP.NET
JAVASCRIPT
JQuery


http://www.switchonthecode.com/tutorials/simple-ajax-php-and-javascript