文件名称:jqueryConvertTo:将任何 jQuery 元素转换为另一个元素,即
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-16 08:09:04
JavaScript
$.convertTo 将任何 jQuery 元素转换为另一个元素,即:将
转换为<input> 。
或遵循下一个简单但说明性的示例 :
$ ( "body" ) . on ( 'click' , 'div' , function ( ) {
$ ( this ) . convertTo ( '<input type="text">' ) ;
} ) ;
//<body>...
< div> Hello world < / div >
默认情况下,插件附加功能:
$ ( INPUT_ELEM )
. val ( DIV_HTML )
. focus ( )
. keyup ( function ( event ) {
//INTRO_KEY assigns the new value.
//ESC_KEY lleaves the valu
【文件预览】:
jqueryConvertTo-master
----jquery.convert.to.js(3KB)
----index.html(2KB)
----LICENSE(1KB)
----.gitignore(0B)
----README.md(2KB)
【文件预览】:
jqueryConvertTo-master
----jquery.convert.to.js(3KB)
----index.html(2KB)
----LICENSE(1KB)
----.gitignore(0B)
----README.md(2KB)