1.0.1 • Published 9 years ago

jquery-geokbd v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

jquery-geokbd

Type Georgian letters without having Georgian keyboard installed in the system

Getting Started

First of all this is jQuery plugin, which means that you have to include jQuery first, then the plugin:

<!doctype>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Very Important Document #5</title>

<link rel="stylesheet" type="text/css" href="geokbd/jquery.geokbd.css" />

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="geokbd/jquery.geokbd.js"></script>
</head>

<body>
	...

It is possible to switch the plugin for specific forms, or even input elements (inputtype="text" and textarea) only, but right now plugin operates only in the simplest mode, thus activates georgian keyboard on all input elements that exist on the page.

<input id="kbd-switcher" type="checkbox" />

<script>
	jQuery('#kbd-switcher').geokbd();
</script>

Credits

Plugin is inspired and partially based on Ioseb Dzmanashvili's GeoKBD (https://github.com/ioseb/geokbd)

License

Copyright (c) 2012 Davit Barbakadze
Licensed under the MIT license.