14 lines
612 B
JavaScript
Executable File
14 lines
612 B
JavaScript
Executable File
/*=========================================================================================
|
|
File Name: long-press.js
|
|
Description: jQuery plugin to ease the writing of accented or rare characters.
|
|
----------------------------------------------------------------------------------------
|
|
Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
|
|
Version: 1.0
|
|
Author: GeeksLabs
|
|
Author URL: http://www.themeforest.net/user/geekslabs
|
|
==========================================================================================*/
|
|
$(document).ready(function(){
|
|
|
|
$('.long-press').first().longPress();
|
|
|
|
}); |