Sha256: c61cd0a30ad709fc6fc7f111642447d92eadd4000c90a9a0f179d0e061cabb80

Contents?: true

Size: 790 Bytes

Versions: 13

Compression:

Stored size: 790 Bytes

Contents

/*!
 * jQuery UI Keycode 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */

//>>label: Keycode
//>>group: Core
//>>description: Provide keycodes as keynames
//>>docs: http://api.jqueryui.com/jQuery.ui.keyCode/

( function( factory ) {
	if ( typeof define === "function" && define.amd ) {

		// AMD. Register as an anonymous module.
		define( [ "jquery", "./version" ], factory );
	} else {

		// Browser globals
		factory( jQuery );
	}
} ( function( $ ) {
return $.ui.keyCode = {
	BACKSPACE: 8,
	COMMA: 188,
	DELETE: 46,
	DOWN: 40,
	END: 35,
	ENTER: 13,
	ESCAPE: 27,
	HOME: 36,
	LEFT: 37,
	PAGE_DOWN: 34,
	PAGE_UP: 33,
	PERIOD: 190,
	RIGHT: 39,
	SPACE: 32,
	TAB: 9,
	UP: 38
};

} ) );

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
ext_yarn-0.6.0 vendor/jquery-ui/ui/keycode.js
ext_yarn-0.5.0 vendor/jquery-ui/ui/keycode.js
ext_yarn-0.4.0 vendor/jquery-ui/ui/keycode.js
ext_yarn-0.3.1 vendor/jquery-ui/ui/keycode.js
ext_yarn-0.3.0 vendor/jquery-ui/ui/keycode.js
ext_yarn-0.2.0 vendor/jquery-ui/ui/keycode.js
ext_yarn-0.1.2 node_modules/jquery-ui/ui/keycode.js
ext_yarn-0.1.1 node_modules/jquery-ui/ui/keycode.js
ext_yarn-0.1.0 node_modules/jquery-ui/ui/keycode.js
ext_sprockets-0.1.6 node_modules/jquery-ui/ui/keycode.js
ext_sprockets-0.1.5 node_modules/jquery-ui/ui/keycode.js
ext_sprockets-0.1.1 node_modules/jquery-ui/ui/keycode.js
date_picker-0.0.9 test/dummy/vendor/assets/components/jquery-ui/ui/keycode.js