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