i have a TinyMCE implementation on my website that works great. But if the user enters a special char like \"<\" the query send to my MySQL
Those ampersands are messing with the URL format for the data property. Why not change it to something like this instead?
data
data: { "e_text": $('#e_text').val(), "e_title": $('#extra_title').val() }