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