[jQuery] Re: Firefox 3 and packed jQuery

2008-07-21 Thread Bil Corry
hubbs wrote on 7/21/2008 11:23 AM: What exactly is the difference between minified and packed? "Minified" is the JavaScript condensed; same code, just smaller in size (it removes extra white space, comments, etc). "Packed" is the JavaScript compressed; it also includes a bit of JavaScript

[jQuery] Re: Firefox 3 and packed jQuery

2008-07-21 Thread hubbs
What exactly is the difference between minified and packed? On Jul 21, 1:41 am, Gordon <[EMAIL PROTECTED]> wrote: > Have you tried the minified or raw versions in place of the packed > one?  Does your code work as expected if you do? > > I think the common consensus these days that best practice

[jQuery] Re: Firefox 3 and packed jQuery

2008-07-21 Thread Gordon
Have you tried the minified or raw versions in place of the packed one? Does your code work as expected if you do? I think the common consensus these days that best practice is to use the minified version instead of the packed one and enable gzip compression on the server. On Jul 21, 5:51 am, h