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 tried including with relative and absolute paths in globalutities.js, but with no success. Note, I have functions in globalutilities.js that call functions from jquery.
On Jun 8, 12:13 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > 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 trouble is when I include > > the jquery file it does not recognize the jquery functions. > > If I include it directly in the html page all works fine. I > > have even included remote files that I have confirmed are > > correct urls. Has anyone run into this issue?- Hide quoted text - > > - Show quoted text -