Sha256: d961b84b3e4b8ea03fef4cd9ce5e81ffa97f04e610fe285a564da31c48f13f02
Contents?: true
Size: 372 Bytes
Versions: 22
Compression:
Stored size: 372 Bytes
Contents
I"h(function() { $(function() { return $('textarea[data-add-editor]').each(function() { var div_id, editor, textarea; textarea = this; console.log(textarea); div_id = $(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