aadiaconitei
aadiaconitei
The phantomjs binary is for 32 bits operating system and the server operating system could be on 64 bits. You could try to download the 64 bit phantomjs binary and...
Hello, The solution I found is: $('#multiselect').multiselect({ onInitialized: function ($select, $container) { let button = $('.multiselect-container'); if($('.container-filter-selected').find('button.btn-filter-selected').length === 0) { $(' Close').appendTo(button); } } }) });