fSelect Clear Selection
How to clear fSelect multi-select drop-down in click event, Here is an example By Clicking on Clear button It should remove all Selected value. (function($) { $(function() { $('.my-select-box').fSelect(); $('#ClearSelect').click(function(){ $("#fselectMulti option:selected").removeAttr("selected"); }) }); })(jQuery); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <link href="https://facetwp.com/wp-content/plugins/facetwp/assets/vendor/fSelect/fSelect.css" rel="stylesheet"/> <script src="https://facetwp.com/wp-content/plugins/facetwp/assets/vendor