Elgg  Version master
jquery.mjs.php
Go to the documentation of this file.
1 <?php
2 
3 echo elgg_view('jquery.js');
4 
5 ?>
6 
7 export default window.$;
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:156