[jQuery] Interacting with Select

[jQuery] Interacting with Select

<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000'>I have a select box with a onSelect event and I want to be able to get Attributes from the selected option element.
I know I have to use the attr() method but how do i refer to the correct option element??
</div></body></html>