jquery - CLEditor dynamic adding text -
i'm using cleditor website i'm working on. i'm trying add dynamic text textarea jquery. i'll using like:
$('#mytext').val('here dynamic text');
but doesn't work cleditor. when disabling cleditor works fine however, enabling again text disappears. tried looking on website solution, can't find any. had same problem lately?
thanks in advance.
$("#input").cleditor({width:500, height:250,updatetextarea:function (){....}})
Comments
Post a Comment