PHP Classes

File: src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/jquery.js

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/jquery.js   Download  
File: src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/jquery.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 485 bytes
 

Contents

Class file image Download
(function() { var parts = document.location.search.slice( 1 ).split( "&" ), length = parts.length, i = 0, current, version, url; for ( ; i < length; i++ ) { current = parts[ i ].split( "=" ); if ( current[ 0 ] === "jquery" ) { version = current[ 1 ]; break; } } if ( version === "git" ) { url = "http://code.jquery.com/jquery-git.js"; } else { url = "../../jquery-" + ( version || "1.9.1" ) + ".js"; } document.write( "<script src='" + url + "'></script>" ); }() );