Simple syntax question

Simple syntax question

Hey guys,

I'm trying to replace the #selectList with $(this) so I can get the changed select menu's text.  I just can't figure out the proper syntax for putting $(this) in it.

Thanks in advance,
Twitch

  1. var productLabel = $('#selectList :selected').text();