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

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -