Hi there,
Can anyone can confirm the best idea for storing jquery code, initially i was inserting everything in the HEAD of a document but i am seeing more and more code being used across pages,
Is the best way to use include files .. with the extension .JS?
Anything else or better with respect to this?
What would be the best place to store my .js file if this is the case..
of the root i have
/css /scripts
etc ... /scripts is where my jquery files are... but should i be using the same for my .js files?
Anyone have some recommendation on directory structure?