- Overview
- Documents
Long Press is a jQuery plugin to ease the writing of accented or rare characters. It able to insert rare characters as easily as on Android or iOS
Source: toki-woki.net
May 04, 2014 in Forms 3356 views
Long Press is a jQuery plugin to ease the writing of accented or rare characters. It able to insert rare characters as easily as on Android or iOS
Source: toki-woki.net
1. INCLUDE CSS AND JS FILES
<link rel="stylesheet" href="css/app.css"> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="js/jquery.mousewheel.js"></script> <script src="js/jquery.longpress.js"></script>
2. HTML
<textarea class=long-press id="ta" placeholder="Hello"></textarea>
3. JAVASCRIPT
$(function(){ $('.long-press').first().longPress(); });
Tagged with:
long press
android keyboard
ios keyboard
jquery plugin
ease the writing
accented characters
rare characters
hold key
access alternate characters
arrow keys
Related Articles