[jQuery] Re: Advantages of jQuery

2007-12-31 Thread Shawn
1. jQuery does more than just Ajax. 2. It provides nice easy "one liners" to replace 10's or 100's of lines of code. 3. It's Ajax routines do not cause memory leaks (usually). Traditional Ajax techniques are more likely to. (closures, etc.) 4. It's more intuitive. (i.e. $("#myDiv").load("mypa

[jQuery] Re: Advantages of jQuery

2007-12-31 Thread Eridius
not sure what "ajax tech" is unless you mean "ajax technology". if you mean ajax technology then well jQuery provide a few functions to make ajax a lot easier but jQuery also has a lot of other things to do with javascript like animation, dom selections, styling, and other things. Mohd Daslim