On May 12, 10:42 pm, Chandan <learningbychan...@gmail.com> wrote:
> Hi,
>
> I recently started using jQuery, thinking that it is FASTER than usual
> javascript, but i found it is too slow when used with IE. I am using
> IE 6/7.

jQuery is written in javascript, therefore it is unlikely that any
jQuery function is faster than an equivalent plain old javascript
(POJS) function.

Some code snippets using jQuery are very much slower than their POJS
equivalent, though the jQuery code itself might require fewer
characters to type.  It trades off saving a few minutes of writing
code for a lifetime of slower performance (where lifetime is the life
of the code).


--
Rob

Reply via email to