mirror of https://github.com/layui/layui
commit
e9888df812
|
@ -54,7 +54,7 @@ layui.define(['layer', 'form'], function(exports){
|
||||||
|
|
||||||
var that = this
|
var that = this
|
||||||
,config = that.config
|
,config = that.config
|
||||||
,ELEM = 'layui-layedit', textArea = $('#'+id)
|
,ELEM = 'layui-layedit', textArea = $(typeof(id)=='string'?'#'+id:id)
|
||||||
,name = 'LAY_layedit_'+ (++that.index)
|
,name = 'LAY_layedit_'+ (++that.index)
|
||||||
,haveBuild = textArea.next('.'+ELEM)
|
,haveBuild = textArea.next('.'+ELEM)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue