The description says that it will move all JS to before the closing body tag. What about cases where there may not be a closing body tag?
Theoretical example (which occurs quite often on my live site): A section of page that is loaded via AJAX and contains JS. Would the JS in the AJAX-loaded section be ignored? Since there is no body tag, I'm worried what would happen if the JS Optimizer tried to move it.
|