multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Not rendering elements with jQuery 3.5

Open TheCeloReis opened this issue 5 years ago • 0 comments

There are breaking changes that impact in this project, precisely in line 166

if you replace the self-closing element <span class="ui-icon"/> by <span class="ui-icon"></span> it will work. This is a breaking changed added in jQuery 3.5.

https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/

TheCeloReis avatar May 18 '20 16:05 TheCeloReis