$("#realtextarea").change(function() { $("#wysiwyg").value($(this).value()) }
$("#wysiwyg").change(function() { $("#realtextarea").value($(this).value()) }
What do you think?$("#realtextarea").focus(function() { $("#wysiwyg").focus() } Vanilla co-founder
Vanilla co-founder
$("#Form_Body").val(body + quoteSelection.getQuoteText()).focus();
$("#quoteButton").hide();$("#Form_Body").val(body + quoteSelection.getQuoteText()).focus();
$('#Form_Body').wysiwyg('insertHtml', quoteSelection.getQuoteText() + '<br />');
$("#quoteButton").hide(); It looks like you're new here. If you want to get involved, click one of these buttons!