I have some inputs using the chosen plugin that I want to validate as \"required\" on the client side. Since \"chosen\" hides the actual select e
After calling chosen() use below jquery method
$("#id").css("display":"").addClass("sr-only");
sr-only is boot strap class