codelib.motocross.io   —   Web development code library

You can use this code library in two ways:

Downloading individual files

To download a specific file, right-click the file in the Filename column and select Save file as ... (or whatever used in your browser).

NOTE:If you download a compressed archive (.rar or .zip), the archive must be unpacked before continuing!

The downloaded or unpacked file(s) is then placed in the same folder as your web page and the follo­wing line(s) should be added in the <head>-section of your web page, and where <filename> should be substituted with the file­name of the downloaded or unpacked file:

For .js files:

HTML 5:

<script src="<filename>"></script>

Prior to HTML 5:

<script type="text/javascript" src="<filename>"></script>

For .css files:

<link rel="stylesheet" href="<filename>" />

NOTE:Make sure the filetype (.js or .css) is included in the filename as this may be hidden after downloading or unpacking file(s)!
Hotlinking to files on this server

Although this server is not part of an official CDN (Content Delivery Network), you may hotlink to files on this server by including the code for the requested file and version from the Code snippet column, which must be placed within the <head>-section of your web page.

NOTE:For .js files:

For HTML-versions prior to HTML 5, type="text/javascript" must be added to the code as this is required by these HTML-versions!  See correct syntax under "Downloading individual files" to the left.

IMPORTANT:

Although this server have a high network bandwidth (100 Mbit/s nominal) and doesn't have any daily or monthly transfer limits, you may encounter pro­blems when hotlinking to files on this server.

This is because this server have a hotlink-filter to control hotlink access from external sites/domains outside the motocross.io domain.

In general, the filter allow low volume hotlink traffic, but may or will block (blacklist) access from specific and individual sites/domains when the amount of hotlink traffic from that site/domain exceed the filter threshold limits.

It's therefore advised that when hotlinking to files on this server from a site/domain that is expected to generate high volume hotlink traffic, you should notify the administrator for this server/domain (see below) which then will add your site/domain to the hotlink-filter auto-whitelist.

Administrator for this server/domain:

Stig Arne Bye

Axel Borgens veg 4

NO-9900 Kirkenes

Norway

admin@motocross.io

The motocross.io server/domain is hosted and running at a data center in Dallas, TX, USA.

WARNING:In the file lists, lines shown with red background color denotes non-final versions, i.e. Beta-versions, Pre-Releases (PR), Release Candidates (RC) and similar.

As these versions are NOT fully tested and may or will have bugs or other errors, and primarily is intended for testing purposes ONLY, it's highly recommended to NOT use these versions in final productions for websites or other applications!

jQuery   —   JavaScript library for websites
Filename   (file version)Filesize (bytes)Release dateCode snippetComments
Compressed (minified) production versions
jQuery Core
jQuery Migrate Plugin
Uncompressed development versions
jQuery Core
jQuery Migrate Plugin
jQuery UI   —   User interface for websites
Filename   (file version)Filesize (bytes)Release dateCode snippetComments
Compressed (minified) production versions
Uncompressed development versions
jQuery UI Themes (CSS)
Version 1.10.1 themes
Version 1.10.0 themes
Version 1.9.2 themes
Version 1.9.1 themes
Version 1.9.0 themes
Compressed archives (RAR, ZIP)
Basic files required for production
Full packages
jQuery Color   —   JavaScript color animation
Filename   (file version)Filesize (bytes)Release dateCode snippetComments
Compressed (minified) production versions
Uncompressed development versions
jQuery Mobile   —   Touch-optimized web framework for smartphones and tablets
Filename   (file version)Filesize (bytes)Release dateCode snippetComments
Compressed (minified) production versions
jQuery Mobile JavaScript
jQuery Mobile CSS
Uncompressed development versions
jQuery Mobile JavaScript
jQuery Mobile CSS
Compressed archives (RAR, ZIP)
Basic files required for production
Full packages
jQuery QUnit   —   JavaScript unit testing framework
Filename   (file version)Filesize (bytes)Release dateCode snippetComments
jQuery QUnit JavaScript
jQuery QUnit CSS