I\'m trying to validate select2 field using jquey.validation plugin but nothing happens.
I want to make select required field.
I\'m using this custom validat
According to the error placement logic of jQuery validator, you may use the markup like below.
It will place the error block below the select2 box and make the error block visible.