Re: [jQuery] Re: Google closure tools and library

2009-11-08 Thread waseem sabjee
in closure I selected Jquery from the URL and tried this specific code. $(function() { alert(true); }); they were no errors. but 3 warnings. I also noticed it takes considerably longer to compile JavaScript as it compiles the whole Jquery library along with your script. Shouldn't it compile your

[jQuery] Re: Google closure tools and library

2009-11-08 Thread Diego Desani
Tks! =) On 7 nov, 16:47, Jake B wrote: > If you look at the online version of the compiler, you'll see that > jQuery, jQuery UI, and other popular libraries are options in the "Add > a URL" dropdown menu: > > http://closure-compiler.appspot.com/home > > I assume that means that Google anticipates

[jQuery] Re: Google closure tools and library

2009-11-07 Thread Jake B
If you look at the online version of the compiler, you'll see that jQuery, jQuery UI, and other popular libraries are options in the "Add a URL" dropdown menu: http://closure-compiler.appspot.com/home I assume that means that Google anticipates Closure being used in conjunction with those existin