Repository URL to install this package:
|
Version:
0.5.1 ▾
|
$(function() {
$('textarea').not('.plaintext')
.editor()
.on('beforeShow', function(e) {
});
});