Using jQuery, how can I dynamically set the size attribute of a select box?
I would like to include it in this code:
$(\"#mySelect\").bind(\"click\",
Oops, it's
$('#mySelect').attr('size', value)