osqa.question.js.svn-base 216 Bytes EditWeb IDE 1 2 3 4 5 6 $(function () { $('div#editor_side_bar').hide(); $('#editor').focus(function(){ $('div#editor_side_bar').fadeIn('slow') }); $('#editor').blur(function(){ $('div#editor_side_bar').fadeOut('slow') }); });