```html <body> <script>alert('hi')</script> </body> ``` ```js Pjax.start({ containers: ['body'] }); ```