$('#url').on(
    'click',
    function() {
        $('#forUrl').fadeIn();
        $('#forProd').fadeOut();