Print

Print


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 <[log in to unmask]> 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
> })