Here is Google registration page. There is a dropdown list. How to simulate click on it using jQuery? My code doesn't work.
$('#Gender').click()
P.S. I am wiritng userscript for another google website and there are same dropdowns. So I don't want to make a script for autoregistration, don't worry.