feature/share-libs
erb 4 lines 165 Bytes
Raw
1 $('.username-content').fadeOut('slow', function() {
2 $(this).replaceWith('<%= j render 'partial_username_content' %>');
3 $('.username-content').fadeIn('slow');
4 });