function route(url) { window.location.href = url; } $(document).ready(function () { tinymce.init({selector: '.tiny-mce textarea'}); });