I thought everyone gzipped every file using Apache (or any server).
If you don't you are wasting bandwidth.  So concatenating the files
and serving them will accomplish everything the applications you
mention do, right?

On Aug 25, 8:23 pm, "Jeffrey Kretz" <[email protected]> wrote:
> I would recommend looking into a gzipping application based on your server
> language (php, etc) that can combine and gzip js files to the client.
>
> JK
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On
>
> Behalf Of Martina
> Sent: Tuesday, August 25, 2009 6:48 PM
> To: jQuery UI
> Subject: [jquery-ui] Many js scripts
>
> I have started to use JQuery through out my site and now I have the
> following being used:
>
> <script type="text/javascript" src="/include/JS/jquery-1.3.2.min.js"></
> script>
>         <script type="text/javascript" src="/include/JS/jquery-
> ui-1.7.2.custom.min.js"></script>
>         <script type="text/javascript" src="/include/JS/jquery.cookie.js"></
> script>
>         <script type="text/javascript" src="/include/JS/
> jquery.tools.min.js"></script>
>
> But I  have found that different pages throughout my site use
> different Master pages and some don't use one at all (I am using a
> CMS) and because my JQuery is mostly used in User controls it could be
> on any one of these pages.
>
> So i have had to add the above script tags to a whole range of
> different pages which is getting hard to manage.
>
> Is there some way I can consolidate all this into one js file maybe
> and call it at the top of another js file (because there is one that
> is already reference in every location.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to