My personal recommendation is to go with the "min" version of jQuery
and any plugins.

As Crockford says:
"Any transformation carries the risk of introducing a bug."
http://yuiblog.com/blog/2006/03/06/minification-v-obfuscation/

A Combo of JSLint and JSMin is about as safe as you can get.

-E

On Oct 14, 12:32 pm, "Sridhar Kuppalli" <[EMAIL PROTECTED]>
wrote:
> Hi All,
>
> Which of these are better for faster loading?
>
> jquery-1.2.6.min.js        (size-54kb)
>
> jquery-1.2.6.pack.js      (size-30kb)
>
> One more strange thing I have observed is when I 
> includehttp://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js
>
> the loading time is very less compared to the same file inclusion in my
> production site.(http://mysite.com/js/jquery-1.2.6.min.js)
>
> What is the reason for this?
>
> Thanks & Regards
>
> Sridhar K N
>
> [EMAIL PROTECTED]

Reply via email to