click dont work in ubuntu chrome

click dont work in ubuntu chrome

hi .

why this code dont work in chrome?

$("." + periodo2 + " > a").live("click",function(event){

event.stopImmediatePropagation();
window.location = $(".updater").attr("href");
});