what is the recommended place to put .js files – not really talking about jquery etc…. but my own custom js files..
The scripts directory seems to contain ajax, jquery etc… So is this the correct place?
OR would a better place be COntent?
I also was doing a search and saw some arguments for placing the JS files in the VIEWS directory – but is it supported?
Any ideas or comments really appeciated
Is there a document that outlines what each directory should be used for ?
I was thinking of placing my images like this Content/Images
Thanks again
I think that as far as .js files are scripts, then you should put them into Scripts folder. If you are worried about mixing your own scripts with jquery and all that microsoft stuff, then just put them into separate subfolders.