$(function() { $("#lang").change(function() { var s = $(this).val(); alert(s); tinyMCE.activeEditor.setContent(s); }); });