Is livequery deprecated

I’m looking at old code. I’m seeing that for elements that get added with ajax, there’s lots of livequery code. Is livequery not needed anymore with the newer versions of jquery? Does anyone know after which version exactly it’s not needed?

$  ("#somediv").livequery(function(){
    $  (this).click(function(){

    });
});

newest questions tagged jquery – Stack Overflow

About Admin