[jQuery] Re: How to gzip a javascript file | I am not able to find.

2008-10-19 Thread Rodrigo Paiva
You can gzip the response on the fly. You can use ob_* functions and gzcompress() to send the content gzipped. On Oct 19, 11:01 am, "Sridhar Kuppalli" <[EMAIL PROTECTED]> wrote: > Thanks man, > > Its really a good one, my request time for jquery library has been reduced > by 50%. > In the si

[jQuery] each() odd behavior

2008-09-04 Thread Rodrigo Paiva
Hello. I'm trying to make external links open in a new window but the each() seems a little strange. Am I missing something in the code below? Because "this" gets the "href" attribute of the element, instead of getting the current element itself. The strangest of it all is when I run this snippe