Forum: Ajax and Design
01-02-2009, 08:46 AM
|
|
Replies: 13
Views: 2,424
return request from onreadystate
I'm trying to make my javascript code more dynamic, so I've made an Ajax request class that takes the requesturl as a parameter through the constructor and sends the response back through a method...
|
Forum: Ajax and Design
01-01-2009, 06:33 PM
|
|
Replies: 1
Views: 1,821
onreadystate working only with alert statement
In my app I use some autocomplete functionality.
In the code below, the the readyState function worke only when I have an alert statement in it. I can't figure out why this should work...
Please...
|
Forum: JavaScript frameworks
11-08-2008, 03:10 PM
|
|
Replies: 1
Views: 1,256
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...
|
Forum: Ajax and Design
10-20-2008, 10:58 AM
|
|
Replies: 1
Views: 2,081
|
Forum: Ajax and Design
10-01-2008, 11:40 AM
|
|
Replies: 0
Views: 923
Several javascript files for Ajax?
In my project I have a form with 3 input fields with ajax functionality applied to them.
The three input fields are registering country, city and date. The country and city field have autocomplete...
|
Forum: Ajax and Design
08-13-2008, 01:35 PM
|
|
Replies: 1
Views: 1,254
|