Skip to content

Instantly share code, notes, and snippets.

@seanredmond
Created September 16, 2012 16:01
Show Gist options
  • Save seanredmond/3732964 to your computer and use it in GitHub Desktop.
Save seanredmond/3732964 to your computer and use it in GitHub Desktop.
Applying jquery.greekkeys-convert.js without combining characters
$(document).ready(function () {
$('.greekkeys').greekkeys2utf8('convert', {combine: false});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment