/** * (c) 2010 StatusNet, Inc. */ $(function() { $('#notice_data-text').change(function() { var text = $(this).val(); alert(text); }); });