I am using jQuery Validation Plugin for form validation and I am not able to validate list/select box
Why don't you use the value of the condition?
required: function(elm) { return (elm.options[elm.options.selectedIndex].value != "-1"); }
This does the same as the solution from Robin, but is much shorter.