In order to clear the selection of those values which are selected using a Select2 drop down,we can use the empty() function.
<select id="select2_example">
<option>Option1</option>
<option>Option2</option>
<option>Option3</option>
</select&...