Module: Rack::JQueryUI::CDNs
- Defined in:
- lib/rack/jquery_ui.rb
Overview
Namespaced for convenience, to help with checking which CDN supports what.
Constant Summary collapse
- MEDIA_TEMPLE =
Script tags for the Media Temple CDN
"http://code.jquery.com/ui/#{JQUERY_UI_VERSION}/jquery-ui.min.js"
- GOOGLE =
Script tags for the Google CDN
"//ajax.googleapis.com/ajax/libs/jqueryui/#{JQUERY_UI_VERSION}/jquery-ui.min.js"
- MICROSOFT =
Script tags for the Microsoft CDN
"//ajax.aspnetcdn.com/ajax/jquery.ui/#{JQUERY_UI_VERSION}/jquery-ui.min.js"
- CLOUDFLARE =
Script tags for the Cloudflare CDN
"//cdnjs.cloudflare.com/ajax/libs/jqueryui/#{JQUERY_UI_VERSION}/jquery-ui.min.js"