Select2 clone is working only twice
问题 I'm trying to clone a select2 list and 2 text areas, but it's working only for the first clone, and I don't understand why..any new eye will certainly help ! (the cloning is OK, but the select2 is not applied to the 3rd clone) HTML part <fieldset> <div id="test"> <div> <label>Tool Name : </label> <select class="toollist" name="FSR_tool_id[]" style="width: 350px" /> <option></option> <option value="1" >bla 1</option> </select> <input type="Button" value="ADD ANOTHER TOOL" class="AddTool">