All pastes #2048978 Raw Edit

Someone

public text v1 · immutable
#2048978 ·published 2011-04-21 13:16 UTC
rendered paste body
$(function(){
    $('#left-top').data("ujszoveg",false);
    $('a.topmenu').click(function() {
    
        if($('#left-top').data("ujszoveg")!==false){alert("másik menüpont animációja folyamatban");return;}
        var currentID=$(this).attr('id');
        $.get(currentID+'.php', function (data) {
            $('p.oke').slideUp('slow',function() {
                $(this).remove();
                $(if($('#left-top').data("ujszoveg")).css("display","none").appendTo('#left-top').show();
                $('#left-top').data("ujszoveg",false);
                
            });
            
        })
        .error(function() {
            $('p.notimplemented').hide('slow',function() {
                $(this).remove();
                $.get('notimplemented.html',function(data2) {
                    $('#right-top').html("");
                    $(data2).css("display: none").appendTo('#right-top').show('slow');
                    $('#left-top').data("ujszoveg",false);
                });
            });

        
        });
    });
    
});