Tagged Questions

2
votes
2answers
363 views

File Structure / Architecture for AJAX Site?

I'm building a site using ajax and am trying to decide where to put the files that supply the data for the ajax requests. For example, I am going to have a .js file that can be included in a page ...