Re: httpRequest javascript.... grrr

From: Keith Jenkins <kgj2_at_nyob>
Date: Thu, 29 Nov 2007 11:33:16 -0500
To: CODE4LIB_at_listserv.nd.edu
jQuery++

I like to do things from scratch, but have never regretted moving to
jQuery.  Whatever time it takes you to check it out will be paid back
a thousand times, at least.

Keith


On 11/29/07, Ewout Van Troostenberghe <evtroost_at_vub.ac.be> wrote:
> To point out why the use of a Javascript framework is important, let me
> put your code into jQuery (http://jquery.com)
>
> $.get('index.cgi', {cmd:'add_tag', username:'username'}, function(html) {
>   // do whatever you want here
> })
Received on Thu Nov 29 2007 - 11:36:36 EST