Sha256: fd407bcf425931126b03f587ea6988493655b820579143b5d2848cf3c1e446d4
Contents?: true
Size: 371 Bytes
Versions: 22
Compression:
Stored size: 371 Bytes
Contents
I"g(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