AJAX in 5 minutes using jQuery
lovehateubuntu.blogspot.com
AJAX in 5 minutes using jQuery
1–7 of 7 posts
Re: AJAX in 5 minutes using jQuery
#2Why was that upvoted? Somebody discovers ten-year old technologies? How about "Coredump in 15 seconds using C" then?
Re: AJAX in 5 minutes using jQuery
#3Loading up http://api.jquery.com/jQuery.get/ and skipping to the examples is, I think, informative enough.
Re: AJAX in 5 minutes using jQuery
#4Why was that upvoted? Somebody discovers ten-year old technologies? How about "Coredump in 15 seconds using C" then?
[deleted]
Re: AJAX in 5 minutes using jQuery
#5This is Hacker News, not a My First Javascript Blog.
Re: AJAX in 5 minutes using jQuery
#6I'd rather read a "Crossbrowser websockets in 5 minutes" article
Re: AJAX in 5 minutes using jQuery
#7Kind of lost credibility in the first sentence. The only reason Ajax is so simple now is because libraries like Jquery simplify the complex problems of cross-browser compatibility with a simple, common Api. This is all possible thanks to all those long confusing posts on Ajax that the author doesn't get.