$('#watch').click(function(e) {
        $(this).hide();
        $('#unwatch').show();
    });