using jquery I want to make a selection from a select box required (ie it can\'t be left as the blank default) if a particular checkbox is ticked. My code:
$
it should be able to work just like that:
rules : { myDropDown:{required:"#myCheckbox:checked"} }