You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is necessary to inject the JQuery service at application startup, in the service file **app/config/services.php**, and if necessary instantiate Semantic, Bootstrap or Jquery-ui :
84
84
```php
85
85
$di->set("jquery",function(){
86
-
$jquery= new Ajax\php\phalcon\JsUtils(array("driver"=>"Jquery"));
0 commit comments