How to get value from select multiple

How to get value from select multiple

Hi guys,
I need help with getting the value from selectbox
I can get the value from normal selectbox
$("#attendee_role").val() ;

but when I use multiple
<select id="attendee_role" multiple="multiple">

I can't make it work
Thanx in advance