Skip to content

Instantly share code, notes, and snippets.

View kkamkou's full-sized avatar

Konstantin Kamkou kkamkou

View GitHub Profile
@kkamkou
kkamkou / jquery.urn.js
Created September 10, 2012 17:50
Input normalization for the URN field
/**
* @author Kanstantsin A Kamkou (2ka.by)
*
* Example:
* $('#myField').urn();
* $('#myField').urn({on: 'keyup'});
*/
(function ($) {
"use strict";