[jQuery] $('button') return noting

[jQuery] $('button') return noting

Hi!
i'm trying to get some button element:
<form action="" method="post" enctype="multipart/form-data" id="form1">
        <p class="actions">
            <button type="submit" name="save">Save</button>
        
    </form>
i'm using following code:
$('button').click(
            alert('button');
            return false;
        });
when i click on button noting hapens.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/