SyntaxFix
Write A Post
Hire A Developer
Questions
For a Ruby on Rails application, I was able to prevent a layout from loading by specifying render layout: false in the controller action that I wanted to respond with ajax html.
render layout: false