Hi all,
  I have a dropdown menu that is populated with key value pairs in php.  Now I want to use JQuery to attach click handlers to each of those keys.  
How do I print out a list of the contents in a drop down menu in JQuery?
  (I know to get the current value of the menu as  $(this).val()  
I was thinking - maybe iterate through every child element and grab the val?
Thanks,
Michael