LAPIII Posted November 5, 2008 Share Posted November 5, 2008 I never even used Ajax before, but I am very interested downloading Ajax scripts Quote Link to comment Share on other sites More sharing options...
corbin Posted November 5, 2008 Share Posted November 5, 2008 AJAX is just Javascript (well.... sort of....) Do you know how to use a Javascript script? Same way. No special server side requirements or anything. Quote Link to comment Share on other sites More sharing options...
ryanyoungsma Posted November 7, 2008 Share Posted November 7, 2008 When I was learning JavaScript/AJAX I found it helpful to use a library like http://www.prototypejs.org/. There are others, but was the first one I learned. It provides a few methods to easily execute an AJAX request. Yes there are others like JQuery and so on, but this was the one I learned on. Just a helpful hint. Quote Link to comment Share on other sites More sharing options...
corbin Posted November 7, 2008 Share Posted November 7, 2008 I must disagree with ranyoungsma. I think it's best to learn the underlying technology (within reason) before simplifying it. I would learn straight-up AJAX, and then perhaps consider using a library. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.