NAME
Quiq::JQuery - Basisfunktionalität zu jQuery
BASE CLASS
METHODS
Klassenmethoden
cdnUrl() - Liefere CDN URL
Synopsis
$url = $this->cdnUrl;
Returns
URL (String)
Description
Liefere den CDN URL der neusten Version von jQuery.
Example
$url = Quiq::JQuery->cdnUrl;
==>
https://code.jquery.com/jquery-latest.min.js
VERSION
1.221
AUTHOR
Frank Seitz, http://fseitz.de/
COPYRIGHT
Copyright (C) 2024 Frank Seitz
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.