screen icon indicating copy to clipboard operation
screen copied to clipboard

Error while using jQuery

Open sadobuss opened this issue 5 years ago • 0 comments

I got this error when I tried to Inject jQuery URL:

PHP Fatal error: Uncaught Screen\Exceptions\InvalidUrlException: The url 'http://' is not valid. in ...Url.php:19

Here is my Code:

$jQueryUrl = 'https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js'; $screen->includeJs(new \Screen\Injection\Url($jQUeryUrl));

sadobuss avatar Dec 02 '19 11:12 sadobuss