Once I copied the files to server's media folder, they work fine. I guess AJAX requests need to go through web server, even if its asked to fetch from the file system...
utilities_2.1.0.js
You don't have this file.My computer don't have internet connection.I try to used the latest browser like opera 9.1 and firefox 2.0 .After looking at the code .The above filename are not included on the downlable file.
You can set up a web server on your machine and test AJAX on localhost. There are a lot of packages that installs and configures Apache with everything that you may need (I can't recommend any because I'm not updated in this area).
You can set up a web server on your machine and test AJAX on localhost. There are a lot of packages that installs and configures Apache with everything that you may need (I can't recommend any because I'm not updated in this area).
Alternatively, if you're running XP Pro, you can install IIS and run a single website as localhost and test things there as well.
You can set up a web server on your machine and test AJAX on localhost. There are a lot of packages that installs and configures Apache with everything that you may need (I can't recommend any because I'm not updated in this area).
Alternatively, if you're running XP Pro, you can install IIS and run a single website as localhost and test things there as well.
XAMPP works for XP Home (or Pro/Media) as well. It's a package that includes apache, php, and mysql for windows users