// monthly
Select a month:
 
// topics
Select a topic:
 

jQuery Tag


Autosaving with jQuery and TinyMCE

Creating an auto-save feature for the TinyMCE editor was a lot easier than I thought it would be. This can be due to the ease of working with TinyMCE or the ease of working with jQuery (my javascript library of choice), or both. Here I'm going to explain how to create an auto-save and recovery feature with a MySQL database. Let's begin!