代码分享
This the minimal code to transform a simple div into the amazing WYSIWYG editor which is Trumbowyg.
$('#trumbowyg-demo').trumbowyg();
If you want to set options to Trumbowyg, add an object which contains your options as parameters.
$('#trumbowyg-demo').trumbowyg({
btns: [['strong', 'em',], ['insertImage']],
autogrow: true
});
预览访问网络应用
World Time Clock: online calculation of time difference between two time zones, including local time and date.
预览访问