[jQuery] Re: Can the JQuery file be included in another JavaScript file?

2008-06-08 Thread Michael Geary
I hope that didn't come across the wrong way! Just a longwinded way of saying... Link to a test page, please? :-) -Mike > Yes, you can definitely do that. > > > > > ...or were you looking for a more detailed answer - like > maybe a hint about what is wrong? :-) > > Then you need to post

[jQuery] Re: Can the JQuery file be included in another JavaScript file?

2008-06-08 Thread Michael Geary
> "I have included the jquery and other scripts in this file to > simplify code mangement" > > How is that simplifying management? > > If a new release comes out (of either jQuery or any plugins > you are using), surely it's obvious that it's easier to > replace the single file in question th

[jQuery] Re: Can the JQuery file be included in another JavaScript file?

2008-06-08 Thread Michael Geary
Yes, you can definitely do that. ...or were you looking for a more detailed answer - like maybe a hint about what is wrong? :-) Then you need to post that link to the test page. Otherwise, there's no way to begin to imagine what you might actually be doing, or what might be going wrong. For

[jQuery] Re: Can the JQuery file be included in another JavaScript file?

2008-06-08 Thread MorningZ
"I have included the jquery and other scripts in this file to simplify code mangement" How is that simplifying management? If a new release comes out (of either jQuery or any plugins you are using), surely it's obvious that it's easier to replace the single file in question than go into this big

[jQuery] Re: Can the JQuery file be included in another JavaScript file?

2008-06-08 Thread Jason
Hi Mike, Basically, I have a global javascript file called globalutilities.js. I have included the jquery and other scripts in this file to simplify code mangement. When I include jquery file this way, I get errors with $ function. When I include it directly in the html file it works. I have trie

[jQuery] Re: Can the JQuery file be included in another JavaScript file?

2008-06-08 Thread Michael Geary
That's not quite enough information to tell what went wrong. :-) You can certainly concatenate several .js files into one, if that's what you mean. Can you post a link to a test page? -Mike > I have been trying to consolidate a good number of scripts > into include to simplify mgt. The troubl