Multifunctional soft keyboard plug-in based on jquery_jquery
WBOY
Release: 2016-05-16 17:51:39
Original
1518 people have browsed it
It supports query function keyboard and simple soft keyboard. The keyboard style is completely defined in a separate css file and can be beautified by yourself.
(Supports soft keyboard from query)
(simple software disk)
jquery.fn.softkeyboard.defaults = { names: { _delbtn: "skbdel", _clearbtn: "skbclear", _querybtn : "skbquery", _closebtn: "skbclose", _letterbtn: "skbbtn", _maindiv: "skbsoftkeyboard", _leftdiv: "skbleft", _rightdiv: "skbright", _keyboarddiv: "skbkeyboard", _operationdiv: "skboperation", _codetxt: "skbcode", _resultsselect: "skbresults", _postparamcode: "sfbcode", _clearbtnviewname: "clear", _delbtnviewname: "delete", _querybtnviewname: "query", _closebtnviewname: "close" }, //Plug-in related element naming listmultiple: true, / /Select whether to expand simplekeyboard: true, //Whether to display uppercase letters onlykeyboard: false, //Whether to have query function maxlength: null, //The maximum length that can be input requestdataurl: null , //Query the post address of the data oncompleted: function (data) { }, //This event will be triggered when completed onkeydown: function (data) { } //This event will be triggered when the key is pressed };
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn