This is an example of use of AjaxPopup.js with Symfony 3.
AjaxPopup.js is a jQuery plugin which allows you to focus on backend when you just want to display HTML requested by Ajax in a popup.
Step 1: Download the project
Step 2: Install dependencies
composer install
Normally, composer should have installed assets, if not:
bin/console assets:install