Arrilot\Widgets\Factories\JavascriptFactory::useJquery PHP Method

useJquery() protected method

Determine what to use - jquery or native js.
protected useJquery ( ) : boolean
return boolean
    protected function useJquery()
    {
        return $this->widgetFactory->app->config('laravel-widgets.use_jquery_for_ajax_calls', false);
    }