:::

4. 'this' is Important!

$(document).ready(function() {
    $('div').mouseenter(function() {
        $(this).hide();
    });
});

:::

語系選擇