LAPIII Posted November 5, 2008 Share Posted November 5, 2008 I never even used Ajax before, but I am very interested downloading Ajax scripts Link to comment https://forums.phpfreaks.com/topic/131551-what-do-i-need-to-get-started-with-downloading-ajax-scripts-into-a-website/ 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. Link to comment https://forums.phpfreaks.com/topic/131551-what-do-i-need-to-get-started-with-downloading-ajax-scripts-into-a-website/#findComment-683270 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. Link to comment https://forums.phpfreaks.com/topic/131551-what-do-i-need-to-get-started-with-downloading-ajax-scripts-into-a-website/#findComment-684853 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. Link to comment https://forums.phpfreaks.com/topic/131551-what-do-i-need-to-get-started-with-downloading-ajax-scripts-into-a-website/#findComment-684926 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.