.live("hover") no longer works in 1.4.2pre? (does work in 1.4.1)

.live("hover") no longer works in 1.4.2pre? (does work in 1.4.1)

...wonder if this has to do with the recent internal reworking of the event system, but the following code no longer works for me in the nightly, while it does work in v1.4.1

  1. $(".btn_item_del").live("hover", function() {
        $(this).closest("tr").toggleClass("del_q");
    });


just to clarify, it doesnt fire at all. regression maybe?

thanks,
Leon