![]() |
OO ajax requests in Prototype?
In my app I wanted to make ajax requests object oriented to make the code better. When I encountered a problem I found a framework called Prototype. My question is: Is what I'm doing in the code below covered in Prototype? Is it about making ajax requests OO? I guess there are a lot of other things as well since it's a framework. If it is I will try to use it instead of making my own...
I just need a short answer... Code:
var u = "http://localhost:8080/Appname/autoGetCities.do?city=b"; |
The short answer is "yes". The long answer is here.
|
| All times are GMT +1. The time now is 06:41 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.