Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
InsertJqueryTrait.php
Go to the documentation of this file.
1<?php
2
4
5use Ajax\php\ubiquity\JsUtils;
6
12 public $jquery;
13
14 public function _insertJquerySemantic() {
15 $this->jquery = new \Ajax\php\ubiquity\JsUtils ( [ "defer" => true ], $this );
16 $this->jquery->semantic ( new \Ajax\Semantic () );
17 }
18}
19