Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Hunter G
6,612 Pointspossible to AJAX Request html from an external source?
Hello.
So I use a CMS daily and i'm wanting to create an AJAX Request for html files from my file server so i can externally edit the page and not have to constantly log into the CMS to re-implement code every time i plan to make edits and instead just update my code to my file server where my AJAX Request will be pulling the code from. I know how to do this locally, but the problem is that the CMS doesn't allow me to upload files to it, only copy / paste code into content widgets.
Anybody have a clue if this is possible?