Add jQuery in yii2 view
$this->registerJs('$(document).ready(function(){ $("div").click(function(){ $(this).hide() }); });');