[jQuery] val() on select box

[jQuery] val() on select box


i have a select box with name "brands" and i can access currently
selected option using
$('select[@name=brands]').val()
will val() always return currently selected option?
Aljosa Mohorovic