Sha256: 7e52b73a2088f672bfb90270effa638fea710da39d1aa6b481b93ab3cbe8310f
Contents?: true
Size: 389 Bytes
Versions: 22
Compression:
Stored size: 389 Bytes
Contents
I"y(function() { $(function() { return $('textarea[data-add-editor]').each(function() { var div_id, editor, textarea; textarea = this; console.log(textarea); div_id = "editor_for_" + ($(textarea).attr('id')); $(textarea).after("<div id=\"" + div_id + "\">TEST</div>"); return editor = ace.edit("" + div_id); }); }); }).call(this); :ET
Version data entries
22 entries across 22 versions & 2 rubygems