Create Text Editor like Blogger Using HTML & jQuery

1 · Subin Siby · Oct. 24, 2012, 4:23 p.m.
You might have seen text editors where you can bold a text, italic a text etc… The perfect example of this the Blogger Post Text Editor.  This is a simple tutorial that will create a text editor using HTML, Jquery & JavaScript. Download Demo We have two files, index.html which contains the HTML code and texteditor.js which contains the jQuery code. You should include the texteditor....